Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dqsort.c88 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
92 swapfunc(char *a, char *b, long n, int swaptype) in swapfunc() argument
94 if (swaptype <= 1) { in swapfunc()
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 swaptype, swap_cnt; in qsort() local