Home
last modified time | relevance | path

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

/libcore/luni/src/benchmark/native/
Dlibcore_io_Memory_bench.cpp72 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/
Dlibcore_io_Memory.cpp84 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/
Dlibcore_io_Memory_test.cpp76 swap_align_test<jlong, 10> (swapLongs, [] (jlong* src, jlong* dst, uint64_t i) { in TEST()