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

/external/bison/lib/
H A Dbbitset.h53 typedef unsigned long int bitset_word; typedef
54 #define BITSET_WORD_BITS ((unsigned int) (CHAR_BIT * sizeof (bitset_word)))
76 #define BITSET_MSB ((bitset_word) 1 << (BITSET_WORD_BITS - 1))
92 bitset_word *cdata; /* Cache data pointer. */

Completed in 61 milliseconds