Searched refs:swap_align_test (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/test/native/ |
D | libcore_io_Memory_test.cpp | 28 void swap_align_test(void (*swap_func)(T*, const T*, size_t), in swap_align_test() function 62 swap_align_test<jshort, 9> (swapShorts, [] (jshort* src, jshort* dst, uint64_t i) { in TEST() 69 swap_align_test<jint, 10> (swapInts, [] (jint* src, jint* dst, uint64_t i) { in TEST() 76 swap_align_test<jlong, 10> (swapLongs, [] (jlong* src, jlong* dst, uint64_t i) { in TEST()
|