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