HomeSort by relevance Sort by last modified time
    Searched refs:BITSET_WORD_MAX (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 161 #define BITSET_WORD_MAX ULONG_MAX
165 instead, deduce it directly from BITSET_WORD_MAX. Avoid
168 #if BITSET_WORD_MAX == 0xffffffffUL
170 #elif BITSET_WORD_MAX >> 31 >> 4 == 1
172 #elif BITSET_WORD_MAX >> 31 >> 16 == 1
174 #elif BITSET_WORD_MAX >> 31 >> 28 == 1
176 #elif BITSET_WORD_MAX >> 31 >> 31 >> 1 == 1
178 #elif BITSET_WORD_MAX >> 31 >> 31 >> 9 == 1
180 #elif BITSET_WORD_MAX >> 31 >> 31 >> 31 >> 31 >> 3 == 1
182 #elif BITSET_WORD_MAX >> 31 >> 31 >> 31 >> 31 >> 31 >> 31 >> 31 >> 31 >> 7 ==
    [all...]
regcomp.c 598 BITSET_WORD_MAX, BITSET_WORD_MAX, BITSET_WORD_MAX,
600 BITSET_WORD_MAX, BITSET_WORD_MAX,
602 BITSET_WORD_MAX,
604 (BITSET_WORD_MAX
    [all...]

Completed in 165 milliseconds