OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANTLR3_BITSET_BITS
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3bitset.h
45
#define
ANTLR3_BITSET_BITS
64
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/
antlr3bitset.c
93
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 55 milliseconds