Searched refs:swaptype (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dqsort.c92 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
96 swapfunc(char *a, char *b, int n, int swaptype) argument
98 if(swaptype <= 1)
105 if (swaptype == 0) { \
110 swapfunc(a, b, es, swaptype)
112 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
127 int d, swaptype, swap_cnt; local

Completed in 18 milliseconds