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.cpp175 #define POKER(SCALAR_TYPE, JNI_NAME, SWAP_TYPE, SWAP_FN) { \ macro
189 POKER(jchar, Char, jshort, swapShorts); in Memory_pokeCharArray()
193 POKER(jdouble, Double, jlong, swapLongs); in Memory_pokeDoubleArray()
197 POKER(jfloat, Float, jint, swapInts); in Memory_pokeFloatArray()
201 POKER(jint, Int, jint, swapInts); in Memory_pokeIntArray()
205 POKER(jlong, Long, jlong, swapLongs); in Memory_pokeLongArray()
209 POKER(jshort, Short, jshort, swapShorts); in Memory_pokeShortArray()