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 61 static inline void swapShorts(jshort* dstShorts, const jshort* srcShorts, size_t count) {
135 PEEKER(jchar, Char, jshort, swapShorts);
155 PEEKER(jshort, Short, jshort, swapShorts);
187 POKER(jchar, Char, jshort, swapShorts);
207 POKER(jshort, Short, jshort, swapShorts);
244 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 765 milliseconds