Home
last modified time | relevance | path

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

/libcore/luni/src/benchmark/native/
Dlibcore_io_Memory_bench.cpp62 swap_bench<jshort, 0>(state, swapShorts); in BM_swapShorts_aligned()
79 swap_bench<jshort, 1>(state, swapShorts); in BM_swapShorts_unaligned_1()
96 swap_bench<jshort, 2>(state, swapShorts); in BM_swapShorts_unaligned_2()
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp61 static inline void swapShorts(jshort* dstShorts, const jshort* srcShorts, size_t count) { in swapShorts() function
135 PEEKER(jchar, Char, jshort, swapShorts); in Memory_peekCharArray()
155 PEEKER(jshort, Short, jshort, swapShorts); in Memory_peekShortArray()
187 POKER(jchar, Char, jshort, swapShorts); in Memory_pokeCharArray()
207 POKER(jshort, Short, jshort, swapShorts); in Memory_pokeShortArray()
244 swapShorts(dstShorts, srcShorts, byteCount / 2); in unsafeBulkCopy()
/libcore/luni/src/test/native/
Dlibcore_io_Memory_test.cpp62 swap_align_test<jshort, 9> (swapShorts, [] (jshort* src, jshort* dst, uint64_t i) { in TEST()