Searched refs:SWAPLONG (Results 1 – 1 of 1) sorted by relevance
69 #define SWAPLONG(x) ((jlong)(((jlong)SWAPINT((jint)(x)) << 32) | \ macro239 *dstLong++ = SWAPLONG(tmpLong); in Java_java_nio_Bits_copyFromLongArray()274 *dstLong++ = SWAPLONG(tmpLong); in Java_java_nio_Bits_copyToLongArray()