HomeSort by relevance Sort by last modified time
    Searched refs:swapfunc (Results 1 - 3 of 3) sorted by null

  /external/yaffs2/yaffs2/
yaffs_qsort.c 51 swapfunc(char *a, char *b, int n, int swaptype) function
65 swapfunc(a, b, es, swaptype)
67 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
  /bionic/libc/stdlib/
qsort.c 35 static __inline void swapfunc(char *, char *, int, int);
57 swapfunc(char *a, char *b, int n, int swaptype) function
71 swapfunc(a, b, es, swaptype)
73 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
  /external/valgrind/main/callgrind/
dump.c 993 void swapfunc(BBCC** a, BBCC** b, int n) function
    [all...]

Completed in 210 milliseconds