Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dqsort.c71 static inline void swapfunc(char *, char *, long, int);
92 swapfunc(char *a, char *b, long n, int swaptype) in swapfunc() function
107 swapfunc(a, b, es, swaptype)
109 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)