Searched refs:lf (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/projects/musllibc/src/stdlib/
H A Dqsort.c90 unsigned char *rt, *lf; local
97 lf = head - width - lp[pshift - 2];
99 if((*cmp)(ar[0], lf) >= 0 && (*cmp)(ar[0], rt) >= 0) {
102 if((*cmp)(lf, rt) >= 0) {
103 ar[i++] = lf;
104 head = lf;
118 *rt, *lf; local
135 lf = head - width - lp[pshift - 2];
136 if((*cmp)(rt, stepson) >= 0 || (*cmp)(lf, stepson) >= 0) {

Completed in 102 milliseconds