/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/pts/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...] |