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

  /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/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 178 milliseconds