Searched refs:swapfunc (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/xfs/support/ |
D | qsort.c | 51 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() function 65 swapfunc(a, b, es, swaptype) 67 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
|