Searched refs:msort_with_tmp (Results 1 – 1 of 1) sorted by relevance
/stdlib/ |
A D | msort.c | 36 static void msort_with_tmp (const struct msort_param *p, void *b, size_t n); 39 msort_with_tmp (const struct msort_param *p, void *b, size_t n) in msort_with_tmp() function 52 msort_with_tmp (p, b1, n1); in msort_with_tmp() 53 msort_with_tmp (p, b2, n2); in msort_with_tmp() 253 msort_with_tmp (&p, p.t + n * sizeof (void *), n); in __qsort_r() 296 msort_with_tmp (&p, b, n); in __qsort_r()
|
Completed in 4 milliseconds