Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DBits.c69 #define SWAPLONG(x) ((jlong)(((jlong)SWAPINT((jint)(x)) << 32) | \ macro
239 *dstLong++ = SWAPLONG(tmpLong); in Java_java_nio_Bits_copyFromLongArray()
274 *dstLong++ = SWAPLONG(tmpLong); in Java_java_nio_Bits_copyToLongArray()