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

  /external/bison/lib/
bbitset.h 54 #define BITSET_WORD_BITS ((unsigned int) (CHAR_BIT * sizeof (bitset_word)))
76 #define BITSET_MSB ((bitset_word) 1 << (BITSET_WORD_BITS - 1))
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 169 # define BITSET_WORD_BITS 32
171 # define BITSET_WORD_BITS 36
173 # define BITSET_WORD_BITS 48
175 # define BITSET_WORD_BITS 60
177 # define BITSET_WORD_BITS 64
179 # define BITSET_WORD_BITS 72
181 # define BITSET_WORD_BITS 128
183 # define BITSET_WORD_BITS 256
185 # define BITSET_WORD_BITS 257 /* any value > SBC_MAX will do here */
186 # if BITSET_WORD_BITS <= SBC_MA
    [all...]

Completed in 56 milliseconds