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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dqsort.c89 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
93 swapfunc(char *a, char *b, int n, int swaptype) argument
95 if(swaptype <= 1)
102 if (swaptype == 0) { \
107 swapfunc(a, b, es, swaptype)
109 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
124 int d, swaptype, swap_cnt; local

Completed in 20 milliseconds