Searched refs:cmp_result (Results 1 – 1 of 1) sorted by relevance
97 int cmp_result; in qsort_r() local128 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in qsort_r()129 if (cmp_result == 0) { in qsort_r()136 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in qsort_r()137 if (cmp_result == 0) { in qsort_r()