OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pANTLR3_BITWORD
(Results
1 - 3
of
3
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3bitset.h
79
pANTLR3_BITWORD
bits;
antlr3defs.h
168
typedef UINT64 ANTLR3_BITWORD, *
pANTLR3_BITWORD
;
188
typedef uint64_t ANTLR3_BITWORD, *
pANTLR3_BITWORD
;
406
typedef uint64_t ANTLR3_BITWORD, *
pANTLR3_BITWORD
;
/external/antlr/antlr-3.4/runtime/C/src/
antlr3bitset.c
103
bitset->blist.bits = (
pANTLR3_BITWORD
) ANTLR3_MALLOC((size_t)(numelements * sizeof(ANTLR3_BITWORD)));
168
bitset->blist.bits = (
pANTLR3_BITWORD
)ANTLR3_MALLOC((size_t)(numElements * sizeof(ANTLR3_BITWORD)));
397
pANTLR3_BITWORD
newBits;
402
newBits = (
pANTLR3_BITWORD
) ANTLR3_CALLOC(1, (size_t)(newSize * sizeof(ANTLR3_BITWORD)));
Completed in 57 milliseconds