Home
last modified time | relevance | path

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

/external/yaffs2/yaffs2/
Dyaffs_qsort.c51 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)
/external/valgrind/main/callgrind/
Ddump.c993 void swapfunc(BBCC** a, BBCC** b, int n) in swapfunc() function