Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_qsort.c29 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() function
43 swapfunc(a, b, es, swaptype); \
46 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)