Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Dqsort.c75 static inline void swapfunc(char *, char *, long, int);
96 swapfunc(char *a, char *b, long n, int swaptype) in swapfunc() function
111 swapfunc(a, b, es, swaptype)
113 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)