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

  /libcore/luni/src/benchmark/native/
libcore_io_Memory_bench.cpp 72 swap_bench<jlong, 0>(state, swapLongs);
89 swap_bench<jlong, 1>(state, swapLongs);
106 swap_bench<jlong, 2>(state, swapLongs);
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 84 static inline void swapLongs(jlong* dstLongs, const jlong* srcLongs, size_t count) {
141 PEEKER(jdouble, Double, jlong, swapLongs);
153 PEEKER(jlong, Long, jlong, swapLongs);
193 POKER(jdouble, Double, jlong, swapLongs);
205 POKER(jlong, Long, jlong, swapLongs);
254 swapLongs(dstLongs, srcLongs, byteCount / 8);
  /libcore/luni/src/test/native/
libcore_io_Memory_test.cpp 76 swap_align_test<jlong, 10> (swapLongs, [] (jlong* src, jlong* dst, uint64_t i) {

Completed in 85 milliseconds