Searched refs:ANTLR3_BITSET_BITS (Results 1 – 2 of 2) sorted by relevance
45 #define ANTLR3_BITSET_BITS 64 macro63 #define ANTLR3_BITSET_MOD_MASK ANTLR3_BITSET_BITS - 1
93 if (numBits < (8 * ANTLR3_BITSET_BITS)) in antlr3BitsetNew()95 numBits = 8 * ANTLR3_BITSET_BITS; in antlr3BitsetNew()189 bitset = antlr3BitsetNew(ANTLR3_BITSET_BITS * inSet->blist.length); in antlr3BitsetClone()498 for (bit = ANTLR3_BITSET_BITS - 1; bit >= 0; bit--) in antlr3BitsetSize()