Home
last modified time | relevance | path

Searched refs:tcmp (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/test/libc-testsuite/
Dqsort.c48 static int tcmp(const void *av, const void *bv) in tcmp() function
115 qsort(t, sizeof(t)/sizeof(t[0]), sizeof(t[0]), tcmp); in test_qsort()
117 if (tcmp(&t[i], &t[i+1]) > 0) { in test_qsort()