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

  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
qsort.c 44 static inline void swapfunc(char *, char *, size_t, int, int);
67 swapfunc(char *a, char *b, size_t n, int swaptype_long, int swaptype_int) function
87 swapfunc(a, b, es, swaptype_long, swaptype_int)
90 if ((n) > 0) swapfunc(a, b, n, swaptype_long, swaptype_int)
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Qsort.c 65 static __inline void swapfunc(char *, char *, size_t, int);
85 swapfunc(char *a, char *b, size_t n, int swaptype) function
99 swapfunc(a, b, es, swaptype)
101 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
  /system/libufdt/sysdeps/
libufdt_sysdeps_vendor.c 56 static __inline void swapfunc(char *, char *, int, int);
78 static __inline void swapfunc(char *a, char *b, int n, int swaptype) { function
88 swapfunc(a, b, es, swaptype)
90 if ((n) > 0) swapfunc(a, b, n, swaptype)
  /cts/tests/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)

Completed in 944 milliseconds