modWORDSZ         478 gc/include/private/gc_priv.h #  define modWORDSZ(n) ((n) & 0x1f)        /* n mod size of word	    */
modWORDSZ         488 gc/include/private/gc_priv.h #  define modWORDSZ(n) ((n) & 0x3f)        /* n mod size of word	    */