Home
last modified time | relevance | path

Searched refs:pANTLR3_BITWORD (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/C/src/
Dantlr3bitset.c103 …bitset->blist.bits = (pANTLR3_BITWORD) ANTLR3_MALLOC((size_t)(numelements * sizeof(ANTLR3_BITWO… in antlr3BitsetNew()
167 …bitset->blist.bits = (pANTLR3_BITWORD)ANTLR3_MALLOC((size_t)(numElements * sizeof(ANTLR3_BITWOR… in antlr3BitsetCopy()
396 pANTLR3_BITWORD newBits; in grow()
401 newBits = (pANTLR3_BITWORD) ANTLR3_CALLOC(1, (size_t)(newSize * sizeof(ANTLR3_BITWORD))); in grow()
/external/antlr/runtime/C/include/
Dantlr3defs.h172 typedef UINT64 ANTLR3_BITWORD, *pANTLR3_BITWORD; typedef
192 typedef uint64_t ANTLR3_BITWORD, *pANTLR3_BITWORD;
410 typedef uint64_t ANTLR3_BITWORD, *pANTLR3_BITWORD; typedef
Dantlr3bitset.h79 pANTLR3_BITWORD bits;