Searched refs:pos1 (Results 1 – 1 of 1) sorted by relevance
67 private static void swapBytes(byte[] buf, int pos1, int pos2, int len) { in swapBytes() argument69 byte b = buf[pos1 + i]; in swapBytes()70 buf[pos1 + i] = buf[pos2 + i]; in swapBytes()