Home
last modified time | relevance | path

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

/third_party/ulib/musl/third_party/smoothsort/
A Dqsort.c85 unsigned char *rt, *lf; in sift() local
91 rt = head - width; in sift()
94 if ((*cmp)(ar[0], lf) >= 0 && (*cmp)(ar[0], rt) >= 0) { in sift()
97 if ((*cmp)(lf, rt) >= 0) { in sift()
102 ar[i++] = rt; in sift()
103 head = rt; in sift()
112 *rt, *lf; in trinkle() local
128 rt = head - width; in trinkle()
130 if ((*cmp)(rt, stepson) >= 0 || (*cmp)(lf, stepson) >= 0) { in trinkle()
/third_party/lib/jitterentropy/
A DMakefile27 LIBRARIES := rt
/third_party/ulib/jemalloc/
A Dconfigure.ac1439 AC_SEARCH_LIBS([clock_gettime], [rt])
1449 AC_SEARCH_LIBS([clock_gettime], [rt])

Completed in 9 milliseconds