Searched refs:swapfunc (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_qsort.c | 28 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() function 42 swapfunc(a, b, es, swaptype); \ 45 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
|