Searched refs:cmp_result (Results 1 – 1 of 1) sorted by relevance
121 int cmp_result; in qsort_r() local153 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in qsort_r()154 if (cmp_result == 0) { in qsort_r()161 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in qsort_r()162 if (cmp_result == 0) { in qsort_r()