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

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

Completed in 33 milliseconds