Searched refs:msort_with_tmp (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/stdlib/ |
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()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.5 | 7438 * stdlib/msort.c (msort_with_tmp): Fixed alignment test. B1 and 7463 (msort_with_tmp): If operating on aligned op_t words, use direct word
|
D | ChangeLog.17 | 9061 (msort_with_tmp): Use struct msort_param pointer for unchanging 9064 (qsort): Adjust msort_with_tmp callers. For big S use indirect
|
D | ChangeLog.13 | 10820 * stdlib/msort.c (msort_with_tmp): Replace implementation with
|
D | ChangeLog.14 | 2326 * stdlib/msort.c (msort_with_tmp): Likewise.
|