Searched refs:msort_with_tmp (Results 1 – 1 of 1) sorted by relevance
/third_party/glib/glib/ |
D | gqsort.c | 65 static void msort_with_tmp (const struct msort_param *p, void *b, size_t n); 68 msort_with_tmp (const struct msort_param *p, void *b, size_t n) in msort_with_tmp() function 85 msort_with_tmp (p, b1, n1); in msort_with_tmp() 86 msort_with_tmp (p, b2, n2); in msort_with_tmp() 237 msort_with_tmp (&p, p.t + n * sizeof (void *), n); in msort_r() 278 msort_with_tmp (&p, b, n); in msort_r()
|