Searched refs:cmpfun (Results 1 – 1 of 1) sorted by relevance
| /third_party/ulib/musl/third_party/smoothsort/ |
| A D | qsort.c | 30 typedef int (*cmpfun)(const void*, const void*); typedef 84 static void sift(unsigned char* head, size_t width, cmpfun cmp, int pshift, size_t lp[]) { in sift() 110 static void trinkle(unsigned char* head, size_t width, cmpfun cmp, size_t pp[2], int pshift, int tr… in trinkle() 148 void qsort(void* base, size_t nel, size_t width, cmpfun cmp) { in qsort()
|
Completed in 2 milliseconds