Searched refs:qsort_r_compat (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
H A Dqsort_r_compat.h18 * Provides a portable version of qsort_r, called qsort_r_compat, which is a
32 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
H A Dqsort_r_compat.c18 #include "qsort_r_compat.h"
32 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk, function
53 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk, function
81 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk, function
H A DAndroid.mk39 qsort_r_compat.c \
H A DStringPool.cpp12 #include "qsort_r_compat.h"
265 qsort_r_compat(newPosToOriginalPos.editArray(), N, sizeof(size_t), this, config_sort);

Completed in 284 milliseconds