Home
last modified time | relevance | path

Searched refs:rightSize (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java221 int rightSize = right.size(); in concatenateBytes() local
222 byte[] bytes = new byte[leftSize + rightSize]; in concatenateBytes()
224 right.copyTo(bytes, 0, leftSize, rightSize); in concatenateBytes()
/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp1489 int rightSize = node->getNominalSize(); in fold() local
1490 tempConstArray = new ConstantUnion[leftSize*rightSize]; in fold()
1492 for(int column = 0; column < rightSize; column++) { in fold()
1497 returnType.setNominalSize(static_cast<unsigned char>(rightSize)); in fold()