OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qsort_r
(Results
1 - 2
of
2
) 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);
Completed in 45 milliseconds