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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h158 #define BITSET_WORD_MAX ULONG_MAX macro
162 instead, deduce it directly from BITSET_WORD_MAX. Avoid
165 #if BITSET_WORD_MAX == 0xffffffffUL
167 #elif BITSET_WORD_MAX >> 31 >> 4 == 1
169 #elif BITSET_WORD_MAX >> 31 >> 16 == 1
171 #elif BITSET_WORD_MAX >> 31 >> 28 == 1
173 #elif BITSET_WORD_MAX >> 31 >> 31 >> 1 == 1
175 #elif BITSET_WORD_MAX >> 31 >> 31 >> 9 == 1
177 #elif BITSET_WORD_MAX >> 31 >> 31 >> 31 >> 31 >> 3 == 1
179 #elif BITSET_WORD_MAX >> 3
[all...]

Completed in 28 milliseconds