HomeSort by relevance Sort by last modified time
    Searched refs:swapShorts (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/benchmark/native/
libcore_io_Memory_bench.cpp 62 swap_bench<jshort, 0>(state, swapShorts);
79 swap_bench<jshort, 1>(state, swapShorts);
96 swap_bench<jshort, 2>(state, swapShorts);
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 63 static inline void swapShorts(jshort* dstShorts, const jshort* srcShorts, size_t count) {
137 PEEKER(jchar, Char, jshort, swapShorts);
157 PEEKER(jshort, Short, jshort, swapShorts);
189 POKER(jchar, Char, jshort, swapShorts);
209 POKER(jshort, Short, jshort, swapShorts);
246 swapShorts(dstShorts, srcShorts, byteCount / 2);
  /libcore/luni/src/test/native/
libcore_io_Memory_test.cpp 62 swap_align_test<jshort, 9> (swapShorts, [] (jshort* src, jshort* dst, uint64_t i) {

Completed in 160 milliseconds