Lines Matching refs:bitset_word
51 typedef bitset_word lbitset_word;
66 bitset_word words[LBITSET_ELT_WORDS]; /* Bits that are set. */
525 (bitset_word) 1 << (bitno % BITSET_WORD_BITS); in lbitset_set()
539 ~((bitset_word) 1 << (bitno % BITSET_WORD_BITS)); in lbitset_reset()
579 bitset_word word; in lbitset_list_reverse()
623 bitset_word *srcp = elt->words; in lbitset_list_reverse()
672 bitset_word word; in lbitset_list()
710 bitset_word *srcp = elt->words; in lbitset_list()
750 bitset_word *srcp = elt->words; in lbitset_list()
896 bitset_word *srcp; in lbitset_unused_clear()
902 srcp[windex - elt->index] &= ((bitset_word) 1 << last_bit) - 1; in lbitset_unused_clear()
1048 bitset_word *srcp1; in lbitset_op3_cmp()
1049 bitset_word *srcp2; in lbitset_op3_cmp()
1050 bitset_word *dstp; in lbitset_op3_cmp()
1121 bitset_word tmp = *srcp1++ | *srcp2++; in lbitset_op3_cmp()
1134 bitset_word tmp = *srcp1++ & *srcp2++; in lbitset_op3_cmp()
1147 bitset_word tmp = *srcp1++ ^ *srcp2++; in lbitset_op3_cmp()
1160 bitset_word tmp = *srcp1++ & ~(*srcp2++); in lbitset_op3_cmp()
1390 bitset_word word; in debug_lbitset()
1396 if ((word & ((bitset_word) 1 << j))) in debug_lbitset()