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

/freebsd-13-stable/lib/libc/stdlib/
H A Dqsort.c108 int cmp_result; local
139 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
140 if (cmp_result == 0) {
147 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) {
148 if (cmp_result == 0) {
/freebsd-13-stable/sys/libkern/
H A Dqsort.c119 int cmp_result; local
151 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
152 if (cmp_result == 0) {
159 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) {
160 if (cmp_result == 0) {
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dqsort.c121 int cmp_result; local
151 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
152 if (cmp_result == 0) {
159 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) {
160 if (cmp_result == 0) {

Completed in 55 milliseconds