Searched refs:trinkle (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/projects/musllibc/src/stdlib/
H A Dqsort.c115 static void trinkle(unsigned char *head, size_t width, cmpfun cmp, size_t pp[2], int pshift, int trusty, size_t lp[]) function
178 trinkle(head, width, cmp, p, pshift, 0, lp);
196 trinkle(head, width, cmp, p, pshift, 0, lp);
208 trinkle(head - lp[pshift] - width, width, cmp, p, pshift + 1, 1, lp);
211 trinkle(head - width, width, cmp, p, pshift, 1, lp);

Completed in 25 milliseconds