divWORDSZ         249 gc/blacklst.c          if (GC_old_stack_bl[divWORDSZ(index)] == 0
divWORDSZ         250 gc/blacklst.c              && GC_incomplete_stack_bl[divWORDSZ(index)] == 0) {
divWORDSZ         224 gc/include/private/gc_pmark.h         register word * mark_word_addr = hhdr -> hb_marks + divWORDSZ(displ); \
divWORDSZ         631 gc/include/private/gc_priv.h 		(((bl)[divWORDSZ(index)] >> modWORDSZ(index)) & 1)
divWORDSZ         633 gc/include/private/gc_priv.h 		(bl)[divWORDSZ(index)] |= (word)1 << modWORDSZ(index)
divWORDSZ         635 gc/include/private/gc_priv.h 		(bl)[divWORDSZ(index)] &= ~((word)1 << modWORDSZ(index))
divWORDSZ         639 gc/include/private/gc_priv.h 		(bl)[divWORDSZ(index)] = ONES
divWORDSZ        1258 gc/include/private/gc_priv.h # define mark_bit_from_hdr(hhdr,n) (((hhdr)->hb_marks[divWORDSZ(n)] \
divWORDSZ        1261 gc/include/private/gc_priv.h 			    OR_WORD((hhdr)->hb_marks+divWORDSZ(n), \
divWORDSZ        1263 gc/include/private/gc_priv.h # define clear_mark_bit_from_hdr(hhdr,n) (hhdr)->hb_marks[divWORDSZ(n)] \
divWORDSZ         108 gc/typd_mlc.c      register size_t nwords = divWORDSZ(nbits + WORDSZ-1);