Lines Matching refs:bitset_word
61 bitset_word words[EBITSET_ELT_WORDS]; /* Bits that are set. */
105 (EBITSET_CACHE_DISABLE (BSET), (BSET)->b.cdata = (bitset_word *)~0)
519 (bitset_word) 1 << (bitno % BITSET_WORD_BITS); in ebitset_set()
533 ~((bitset_word) 1 << (bitno % BITSET_WORD_BITS)); in ebitset_reset()
609 bitset_word *srcp; in ebitset_list_reverse()
618 bitset_word word; in ebitset_list_reverse()
664 bitset_word word; in ebitset_list()
685 bitset_word *srcp = EBITSET_WORDS (elt); in ebitset_list()
721 bitset_word *srcp; in ebitset_list()
859 bitset_word *srcp = EBITSET_WORDS (elt); in ebitset_unused_clear()
864 srcp[windex - woffset] &= ((bitset_word) 1 << last_bit) - 1; in ebitset_unused_clear()
1038 bitset_word *srcp1; in ebitset_op3_cmp()
1039 bitset_word *srcp2; in ebitset_op3_cmp()
1040 bitset_word *dstp; in ebitset_op3_cmp()
1098 bitset_word tmp = *srcp1++ | *srcp2++; in ebitset_op3_cmp()
1111 bitset_word tmp = *srcp1++ & *srcp2++; in ebitset_op3_cmp()
1124 bitset_word tmp = *srcp1++ ^ *srcp2++; in ebitset_op3_cmp()
1137 bitset_word tmp = *srcp1++ & ~(*srcp2++); in ebitset_op3_cmp()