Lines Matching refs:BITSET_WORDS
46 #define BITSET_WORDS(bits) (((bits) + BITSET_WORDBITS - 1) / BITSET_WORDBITS) macro
47 #define BITSET_DECLARE(name, bits) BITSET_WORD name[BITSET_WORDS(bits)]
309 if (word >= BITSET_WORDS(size)) in __bitset_next_set()
345 if (word >= BITSET_WORDS(size)) { in __bitset_next_range()
352 if (word >= BITSET_WORDS(size)) { in __bitset_next_range()
366 if (word >= BITSET_WORDS(size)) { in __bitset_next_range()
373 if (word >= BITSET_WORDS(size)) { in __bitset_next_range()
415 for (unsigned i = 0; i < BITSET_WORDS(N); i++) \
457 for (unsigned i = 0; i < BITSET_WORDS(N); i++) \
465 for (unsigned i = 0; i < BITSET_WORDS(N); i++) \
481 for (unsigned i = 0; i < BITSET_WORDS(N); i++) \
514 BITSET_WORD words[BITSET_WORDS(N)]; \