Searched refs:trinkle (Results 1 – 1 of 1) sorted by relevance
| /third_party/ulib/musl/third_party/smoothsort/ |
| A D | qsort.c | 110 static void trinkle(unsigned char* head, size_t width, cmpfun cmp, size_t pp[2], int pshift, int tr… in trinkle() function 173 trinkle(head, width, cmp, p, pshift, 0, lp); in qsort() 191 trinkle(head, width, cmp, p, pshift, 0, lp); in qsort() 203 trinkle(head - lp[pshift] - width, width, cmp, p, pshift + 1, 1, lp); in qsort() 206 trinkle(head - width, width, cmp, p, pshift, 1, lp); in qsort()
|
Completed in 2 milliseconds