Home
last modified time | relevance | path

Searched refs:swaptype (Results 1 – 1 of 1) sorted by relevance

/cts/tests/simplecpu/jni/
DCpuNativeJni.cpp44 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
48 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() argument
50 if (swaptype <= 1) in swapfunc()
57 if (swaptype == 0) { \
62 swapfunc(a, b, es, swaptype)
64 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
78 int d, r, swaptype, swap_cnt; in qsort_local() local