Searched refs:swaptype_int (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/libkern/ |
| H A D | qsort.c | 65 swapfunc(char *a, char *b, size_t n, int swaptype_long, int swaptype_int) in swapfunc() argument 69 else if (swaptype_int <= 1) in swapfunc() 80 } else if (swaptype_int == 0) { \ 85 swapfunc(a, b, es, swaptype_long, swaptype_int) 88 if ((n) > 0) swapfunc(a, b, n, swaptype_long, swaptype_int) 120 int swaptype_long, swaptype_int, swap_cnt; in qsort_r() local
|