Searched refs:swapInts (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/benchmark/native/ |
D | libcore_io_Memory_bench.cpp | 67 swap_bench<jint, 0>(state, swapInts); in BM_swapInts_aligned() 84 swap_bench<jint, 1>(state, swapInts); in BM_swapInts_unaligned_1() 101 swap_bench<jint, 2>(state, swapInts); in BM_swapInts_unaligned_2()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Memory.cpp | 77 static inline void swapInts(jint* dstInts, const jint* srcInts, size_t count) { in swapInts() function 145 PEEKER(jfloat, Float, jint, swapInts); in Memory_peekFloatArray() 149 PEEKER(jint, Int, jint, swapInts); in Memory_peekIntArray() 197 POKER(jfloat, Float, jint, swapInts); in Memory_pokeFloatArray() 201 POKER(jint, Int, jint, swapInts); in Memory_pokeIntArray() 250 swapInts(dstInts, srcInts, byteCount / 4); in unsafeBulkCopy()
|
/libcore/luni/src/test/native/ |
D | libcore_io_Memory_test.cpp | 69 swap_align_test<jint, 10> (swapInts, [] (jint* src, jint* dst, uint64_t i) { in TEST()
|