Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dqsort.c67 swapfunc(char *a, char *b, size_t n, int swaptype_long, int swaptype_int) in swapfunc() argument
69 if (swaptype_long <= 1) in swapfunc()
78 if (swaptype_long == 0) { \
87 swapfunc(a, b, es, swaptype_long, swaptype_int)
90 if ((n) > 0) swapfunc(a, b, n, swaptype_long, swaptype_int)
122 int swaptype_long, swaptype_int, swap_cnt; in qsort_r() local