Home | History | Annotate | Download | only in nio

Lines Matching refs:srcOffset

630             int srcOffset = src.position();
632 srcOffset += src.offset;
641 Memory.memmove(dstObject, dstOffset, srcObject, srcOffset, n);
1126 void putUnchecked(int pos, char[] dst, int srcOffset, int length) {
1241 void putUnchecked(int pos, short[] dst, int srcOffset, int length) {
1356 void putUnchecked(int pos, int[] dst, int srcOffset, int length) {
1471 void putUnchecked(int pos, long[] dst, int srcOffset, int length) {
1586 void putUnchecked(int pos, float[] dst, int srcOffset, int length) {
1701 void putUnchecked(int pos, double[] dst, int srcOffset, int length) {