OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swap_align_test
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/test/native/
libcore_io_Memory_test.cpp
28
void
swap_align_test
(void (*swap_func)(T*, const T*, size_t),
function
62
swap_align_test
<jshort, 9> (swapShorts, [] (jshort* src, jshort* dst, uint64_t i) {
69
swap_align_test
<jint, 10> (swapInts, [] (jint* src, jint* dst, uint64_t i) {
76
swap_align_test
<jlong, 10> (swapLongs, [] (jlong* src, jlong* dst, uint64_t i) {
Completed in 71 milliseconds