Home
last modified time | relevance | path

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

/third_party/ulib/musl/third_party/smoothsort/
A Dqsort.c111 unsigned char *stepson, in trinkle() local
123 stepson = head - lp[pshift]; in trinkle()
124 if ((*cmp)(stepson, ar[0]) <= 0) { in trinkle()
130 if ((*cmp)(rt, stepson) >= 0 || (*cmp)(lf, stepson) >= 0) { in trinkle()
135 ar[i++] = stepson; in trinkle()
136 head = stepson; in trinkle()

Completed in 3 milliseconds