modWORDSZ         252 gc/blacklst.c              i += WORDSZ - modWORDSZ(index);
modWORDSZ         226 gc/include/private/gc_pmark.h         OR_WORD_EXIT_IF_SET(mark_word_addr, (word)1 << modWORDSZ(displ), \
modWORDSZ         631 gc/include/private/gc_priv.h 		(((bl)[divWORDSZ(index)] >> modWORDSZ(index)) & 1)
modWORDSZ         633 gc/include/private/gc_priv.h 		(bl)[divWORDSZ(index)] |= (word)1 << modWORDSZ(index)
modWORDSZ         635 gc/include/private/gc_priv.h 		(bl)[divWORDSZ(index)] &= ~((word)1 << modWORDSZ(index))
modWORDSZ        1259 gc/include/private/gc_priv.h 			    >> (modWORDSZ(n))) & (word)1)
modWORDSZ        1262 gc/include/private/gc_priv.h 				    (word)1 << modWORDSZ(n))
modWORDSZ        1264 gc/include/private/gc_priv.h 				&= ~((word)1 << modWORDSZ(n))