Searched refs:ANTLR3_BITSET_BITS (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3bitset.h45 #define ANTLR3_BITSET_BITS 64 macro
51 /** log2 of ANTLR3_BITSET_BITS 2^ANTLR3_BITSET_LOG_BITS = ANTLR3_BITSET_BITS
63 #define ANTLR3_BITSET_MOD_MASK ANTLR3_BITSET_BITS - 1
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3bitset.c93 if (numBits < (8 * ANTLR3_BITSET_BITS))
95 numBits = 8 * ANTLR3_BITSET_BITS;
190 bitset = antlr3BitsetNew(ANTLR3_BITSET_BITS * inSet->blist.length);
499 for (bit = ANTLR3_BITSET_BITS - 1; bit >= 0; bit--)

Completed in 1618 milliseconds