Searched defs:cmp (Results 1 - 3 of 3) sorted by relevance

/seL4-test-master/projects/util_libs/libplatsupport/src/
H A Dtqueue.c16 static int cmp(uint64_t a, uint64_t b) function
/seL4-test-master/projects/musllibc/src/stdlib/
H A Dqsort.c88 static void sift(unsigned char *head, size_t width, cmpfun cmp, int pshift, size_t lp[]) argument
115 static void trinkle(unsigned char *head, size_t width, cmpfun cmp, size_t pp[2], int pshift, int trusty, size_t lp[]) argument
154 void qsort(void *base, size_t nel, size_t width, cmpfun cmp) argument
[all...]
/seL4-test-master/kernel/tools/
H A Dlex.py39 from past.builtins import cmp namespace

Completed in 93 milliseconds