Searched defs:cmp (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/musl/third_party/smoothsort/ |
| A D | qsort.c | 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()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | test.h | 3 #define assert_cmp(t, a, b, cmp, neg_cmp, pri, ...) do { \ argument
|
Completed in 5 milliseconds