Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3bitset.c103 …bitset->blist.bits = (pANTLR3_BITWORD) ANTLR3_MALLOC((size_t)(numelements * sizeof(ANTLR3_BITWO… in antlr3BitsetNew()
168 …bitset->blist.bits = (pANTLR3_BITWORD)ANTLR3_MALLOC((size_t)(numElements * sizeof(ANTLR3_BITWOR… in antlr3BitsetCopy()
397 pANTLR3_BITWORD newBits; in grow()
402 newBits = (pANTLR3_BITWORD) ANTLR3_CALLOC(1, (size_t)(newSize * sizeof(ANTLR3_BITWORD))); in grow()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3bitset.h79 pANTLR3_BITWORD bits;
Dantlr3defs.h168 typedef UINT64 ANTLR3_BITWORD, *pANTLR3_BITWORD; typedef
188 typedef uint64_t ANTLR3_BITWORD, *pANTLR3_BITWORD;
406 typedef uint64_t ANTLR3_BITWORD, *pANTLR3_BITWORD; typedef