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

  /frameworks/base/tools/aapt/
qsort_r_compat.c 23 * the parameter order for qsort_r.
29 * BSD qsort_r parameter order is as we have defined here.
34 qsort_r(base, nel, width, thunk, compar);
40 * GNU qsort_r parameter order places the thunk parameter last.
58 qsort_r(base, nel, width, compar_wrapper, &compar_data);
64 * Emulate qsort_r using thread local storage to access the thunk data.
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
qsort.c 106 qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) function
184 qsort_r(a, r / es, es, thunk, cmp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 759 extern void qsort_r (void *__base, size_t __nmemb, size_t __size,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 759 extern void qsort_r (void *__base, size_t __nmemb, size_t __size,
    [all...]
  /external/elfutils/0.153/src/
readelf.c     [all...]

Completed in 1314 milliseconds