Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DPacketReflector.java64 private static void swapBytes(byte[] buf, int pos1, int pos2, int len) { in swapBytes() argument
66 byte b = buf[pos1 + i]; in swapBytes()
67 buf[pos1 + i] = buf[pos2 + i]; in swapBytes()