Searched refs:rightSize (Results 1 – 2 of 2) sorted by relevance
221 int rightSize = right.size(); in concatenateBytes() local222 byte[] bytes = new byte[leftSize + rightSize]; in concatenateBytes()224 right.copyTo(bytes, 0, leftSize, rightSize); in concatenateBytes()
1492 int rightSize = node->getNominalSize(); in fold() local1493 tempConstArray = new ConstantUnion[leftSize*rightSize]; in fold()1495 for(int column = 0; column < rightSize; column++) { in fold()1500 returnType.setNominalSize(static_cast<unsigned char>(rightSize)); in fold()