Searched refs:fromOff (Results 1 – 2 of 2) sorted by relevance
1625 void copyBytes(byte[] from, int fromOff, byte[] to, int toOff, int len) { in copyBytes() argument1627 to[toOff++] = from[fromOff++]; in copyBytes()
2984 final int fromOff = from << 2; in copyEntries() local2987 System.arraycopy(entryLsnByteArray, fromOff, in copyEntries()