HomeSort by relevance Sort by last modified time
    Searched refs:swapfunc (Results 1 - 4 of 4) 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/upstream-freebsd/lib/libc/stdlib/
qsort.c 44 static inline void swapfunc(char *, char *, int, int);
66 swapfunc(a, b, n, swaptype) function
82 swapfunc(a, b, es, swaptype)
84 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
  /cts/suite/cts/deviceTests/simplecpu/jni/
CpuNativeJni.cpp 26 static __inline void swapfunc(char *, char *, int, int);
48 swapfunc(char *a, char *b, int n, int swaptype) function
62 swapfunc(a, b, es, swaptype)
64 #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 242 milliseconds