Searched refs:swapfunc (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | qsort.c | 44 static inline void swapfunc(char *, char *, size_t, int, int); 67 swapfunc(char *a, char *b, size_t n, int swaptype_long, int swaptype_int) in swapfunc() function 87 swapfunc(a, b, es, swaptype_long, swaptype_int) 90 if ((n) > 0) swapfunc(a, b, n, swaptype_long, swaptype_int)
|