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