Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DBits.c67 #define SWAPINT(x) ((jint)((SWAPSHORT((jshort)(x)) << 16) | \ macro
69 #define SWAPLONG(x) ((jlong)(((jlong)SWAPINT((jint)(x)) << 32) | \
70 ((jlong)SWAPINT((jint)((x) >> 32)) & 0xffffffff)))
169 *dstInt++ = SWAPINT(tmpInt); in Java_java_nio_Bits_copyFromIntArray()
204 *dstInt++ = SWAPINT(tmpInt); in Java_java_nio_Bits_copyToIntArray()