Searched refs:PEEKER (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/native/ |
D | libcore_io_Memory.cpp | 121 #define PEEKER(SCALAR_TYPE, JNI_NAME, SWAP_TYPE, SWAP_FN) { \ macro 136 PEEKER(jchar, Char, jshort, swapShorts); in Memory_peekCharArray() 140 PEEKER(jdouble, Double, jlong, swapLongs); in Memory_peekDoubleArray() 144 PEEKER(jfloat, Float, jint, swapInts); in Memory_peekFloatArray() 148 PEEKER(jint, Int, jint, swapInts); in Memory_peekIntArray() 152 PEEKER(jlong, Long, jlong, swapLongs); in Memory_peekLongArray() 156 PEEKER(jshort, Short, jshort, swapShorts); in Memory_peekShortArray()
|