Searched refs:newBits (Results 1 – 3 of 3) sorted by relevance
51 int[] newBits = Bits.makeBitSet( in ensureCapacity() local53 System.arraycopy(bits, 0, newBits, 0, bits.length); in ensureCapacity()54 bits = newBits; in ensureCapacity()
397 pANTLR3_BITWORD newBits; in grow() local402 newBits = (pANTLR3_BITWORD) ANTLR3_CALLOC(1, (size_t)(newSize * sizeof(ANTLR3_BITWORD))); in grow()407 …ANTLR3_MEMCPY((void *)newBits, (const void *)bitset->blist.bits, (size_t)(bitset->blist.length * s… in grow()416 bitset->blist.bits = newBits; in grow()
1271 uint64_t newBits = Ctx.getTypeSize(T); in RecoverCastedSymbol() local1272 if (!bitsInit || newBits < bits) { in RecoverCastedSymbol()1274 bits = newBits; in RecoverCastedSymbol()