Searched refs:rightSize (Results 1 – 3 of 3) sorted by relevance
232 int rightSize = right.size(); in concatenateBytes() local233 byte[] bytes = new byte[leftSize + rightSize]; in concatenateBytes()235 right.copyTo(bytes, 0, leftSize, rightSize); in concatenateBytes()
585 int rightSize = 0; in doubleCapacity() local590 rightSize++; in doubleCapacity()596 rightBuilder.reset(rightSize); in doubleCapacity()608 newTable[i + oldCapacity] = rightSize > 0 ? rightBuilder.root() : null; in doubleCapacity()
1490 int rightSize = node->getNominalSize(); in fold() local1491 tempConstArray = new ConstantUnion[leftSize*rightSize]; in fold()1493 for(int column = 0; column < rightSize; column++) { in fold()1498 returnType.setNominalSize(static_cast<unsigned char>(rightSize)); in fold()