Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp173 #define POKER(SCALAR_TYPE, JNI_NAME, SWAP_TYPE, SWAP_FN) { \ macro
187 POKER(jchar, Char, jshort, swapShorts); in Memory_pokeCharArray()
191 POKER(jdouble, Double, jlong, swapLongs); in Memory_pokeDoubleArray()
195 POKER(jfloat, Float, jint, swapInts); in Memory_pokeFloatArray()
199 POKER(jint, Int, jint, swapInts); in Memory_pokeIntArray()
203 POKER(jlong, Long, jlong, swapLongs); in Memory_pokeLongArray()
207 POKER(jshort, Short, jshort, swapShorts); in Memory_pokeShortArray()