Home
last modified time | relevance | path

Searched refs:msort_with_tmp (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/stdlib/
Dmsort.c36 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/
DChangeLog.57438 * 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
DChangeLog.179061 (msort_with_tmp): Use struct msort_param pointer for unchanging
9064 (qsort): Adjust msort_with_tmp callers. For big S use indirect
DChangeLog.1310820 * stdlib/msort.c (msort_with_tmp): Replace implementation with
DChangeLog.142326 * stdlib/msort.c (msort_with_tmp): Likewise.