Home
last modified time | relevance | path

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

/third_party/musl/src/stdlib/
Dqsort.c121 unsigned char *stepson, in trinkle() local
133 stepson = head - lp[pshift]; in trinkle()
134 if(cmp(stepson, ar[0], arg) <= 0) { in trinkle()
140 if(cmp(rt, stepson, arg) >= 0 || cmp(lf, stepson, arg) >= 0) { in trinkle()
145 ar[i++] = stepson; in trinkle()
146 head = stepson; in trinkle()