Searched refs:swaptype (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/stdlib/ |
H A D | qsort.c | 53 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ 57 swapfunc(char *a, char *b, int n, int swaptype) argument 59 if (swaptype <= 1) 66 if (swaptype == 0) { \ 71 swapfunc(a, b, es, swaptype) 73 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) 87 int d, r, swaptype, swap_cnt; local
|
Completed in 35 milliseconds