qsort.c | 62 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ 66 swapfunc(char *a, char *b, int n, int swaptype) 68 if(swaptype <= 1) 75 if (swaptype == 0) { \ 80 swapfunc(a, b, es, swaptype) 82 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) 96 int d, r, swaptype, swap_cnt; local in function:qsort
|