Home
last modified time | relevance | path

Searched refs:swaptype_int (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
71 else if (swaptype_int <= 1) in swapfunc()
82 } else if (swaptype_int == 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