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

/external/bison/lib/
H A Dbbitset.h54 #define BITSET_WORD_BITS ((unsigned int) (CHAR_BIT * sizeof (bitset_word))) macro
76 #define BITSET_MSB ((bitset_word) 1 << (BITSET_WORD_BITS - 1))

Completed in 24 milliseconds