Searched refs:total_elems (Results 1 – 3 of 3) sorted by relevance
118 gint total_elems, in g_qsort_with_data() argument127 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()
39 gint total_elems,
37 size_t total_elems,