Searched refs:bytesToCopy (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DUshortIndexed.c156 jint bytesToCopy = width * pDstInfo->pixelStride; local
163 memcpy(dstBase, srcBase, bytesToCopy);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java828 int bytesToCopy = Math.min(_charBufferLength, length);
830 target, targetStart, bytesToCopy);
831 return bytesToCopy;
1718 int bytesToCopy = Math.min(3 - base64TaleLength, _algorithmDataLength);
1719 System.arraycopy(_algorithmData, _algorithmDataOffset, base64TaleBytes, base64TaleLength, bytesToCopy);
1720 if (base64TaleLength + bytesToCopy == 3) {
1724 base64DecodeWithCloning(buffer, base64TaleBytes, 0, base64TaleLength + bytesToCopy);
1728 base64TaleLength += bytesToCopy;
1732 afterTaleOffset = bytesToCopy;

Completed in 968 milliseconds