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

/u-boot/fs/yaffs2/
H A Dyaffs_qsort.c25 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
29 swapfunc(char *a, char *b, int n, int swaptype) argument
31 if (swaptype <= 1)
38 if (swaptype == 0) { \
43 swapfunc(a, b, es, swaptype); \
46 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
65 int d, r, swaptype, swap_cnt; local

Completed in 35 milliseconds