Searched refs:swapLongs (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/benchmark/native/ |
D | libcore_io_Memory_bench.cpp | 72 swap_bench<jlong, 0>(state, swapLongs); in BM_swapLongs_aligned() 89 swap_bench<jlong, 1>(state, swapLongs); in BM_swapLongs_unaligned_1() 106 swap_bench<jlong, 2>(state, swapLongs); in BM_swapLongs_unaligned_2()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Memory.cpp | 84 static inline void swapLongs(jlong* dstLongs, const jlong* srcLongs, size_t count) { in swapLongs() function 141 PEEKER(jdouble, Double, jlong, swapLongs); in Memory_peekDoubleArray() 153 PEEKER(jlong, Long, jlong, swapLongs); in Memory_peekLongArray() 193 POKER(jdouble, Double, jlong, swapLongs); in Memory_pokeDoubleArray() 205 POKER(jlong, Long, jlong, swapLongs); in Memory_pokeLongArray() 254 swapLongs(dstLongs, srcLongs, byteCount / 8); in unsafeBulkCopy()
|
/libcore/luni/src/test/native/ |
D | libcore_io_Memory_test.cpp | 76 swap_align_test<jlong, 10> (swapLongs, [] (jlong* src, jlong* dst, uint64_t i) { in TEST()
|