Home
last modified time | relevance | path

Searched refs:total_elems (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
Dgqsort.c118 gint total_elems, in g_qsort_with_data() argument
127 g_return_if_fail (total_elems >= 0); in g_qsort_with_data()
128 g_return_if_fail (pbase != NULL || total_elems == 0); in g_qsort_with_data()
131 if (total_elems == 0) in g_qsort_with_data()
135 if (total_elems > MAX_THRESH) in g_qsort_with_data()
138 char *hi = &lo[size * (total_elems - 1)]; in g_qsort_with_data()
241 char *const end_ptr = &base_ptr[size * (total_elems - 1)]; in g_qsort_with_data()
Dgqsort.h39 gint total_elems,
/external/yaffs2/yaffs2/
Dyaffs_qsort.h37 size_t total_elems,