Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3bitset.c103 …t->blist.bits = (pANTLR3_BITWORD) ANTLR3_MALLOC((size_t)(numelements * sizeof(ANTLR3_BITWORD))); in antlr3BitsetNew()
104 memset(bitset->blist.bits, 0, (size_t)(numelements * sizeof(ANTLR3_BITWORD))); in antlr3BitsetNew()
168 …et->blist.bits = (pANTLR3_BITWORD)ANTLR3_MALLOC((size_t)(numElements * sizeof(ANTLR3_BITWORD))); in antlr3BitsetCopy()
176 …ANTLR3_MEMCPY(bitset->blist.bits, blist->bits, (ANTLR3_UINT64)(numElements * sizeof(ANTLR3_BITWORD in antlr3BitsetCopy()
199 …set->blist.bits, inSet->blist.bits, (ANTLR3_UINT64)(inSet->blist.length * sizeof(ANTLR3_BITWORD))); in antlr3BitsetClone()
402 newBits = (pANTLR3_BITWORD) ANTLR3_CALLOC(1, (size_t)(newSize * sizeof(ANTLR3_BITWORD))); in grow()
407 …ewBits, (const void *)bitset->blist.bits, (size_t)(bitset->blist.length * sizeof(ANTLR3_BITWORD))); in grow()
456 growToInclude(bitset, (bitset2->blist.length * sizeof(ANTLR3_BITWORD))); in antlr3BitsetORInPlace()
501 if ((bitset->blist.bits[i] & (((ANTLR3_BITWORD)1) << bit)) != 0) in antlr3BitsetSize()
/external/antlr/antlr-3.4/runtime/C/include/
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
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg3245 static ANTLR3_BITWORD <name>_bits[] = { <words64:{it |ANTLR3_UINT64_LIT(<it>)}; separator=", "> };