Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
H A Dqsort.c50 #define SWAPINIT(a, es) swaptype = (uintptr_t)a % sizeof(long) || \
53 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() argument
55 if (swaptype <= 1) in swapfunc()
61 if (swaptype == 0) { \
66 swapfunc(a, b, es, swaptype)
67 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
79 int d, r, swaptype, swap_cnt; in qsort() local