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

  /libcore/luni/src/benchmark/native/
libcore_io_Memory_bench.cpp 67 swap_bench<jint, 0>(state, swapInts);
84 swap_bench<jint, 1>(state, swapInts);
101 swap_bench<jint, 2>(state, swapInts);
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 77 static inline void swapInts(jint* dstInts, const jint* srcInts, size_t count) {
145 PEEKER(jfloat, Float, jint, swapInts);
149 PEEKER(jint, Int, jint, swapInts);
197 POKER(jfloat, Float, jint, swapInts);
201 POKER(jint, Int, jint, swapInts);
250 swapInts(dstInts, srcInts, byteCount / 4);
  /libcore/luni/src/test/native/
libcore_io_Memory_test.cpp 69 swap_align_test<jint, 10> (swapInts, [] (jint* src, jint* dst, uint64_t i) {

Completed in 583 milliseconds