Searched defs:BITSET_WORDS (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h191 #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS) macro
193 typedef bitset_word_t bitset_t[BITSET_WORDS];
767 set[BITSET_WORDS - 1] =
784 set[BITSET_WORDS - 1] =
786 & ~set[BITSET_WORDS - 1]);
793 for (bitset_i = 0; bitset_i < BITSET_WORDS; ++bitset_i)
801 for (bitset_i = 0; bitset_i < BITSET_WORDS; ++bitset_i)

Completed in 26 milliseconds