Searched refs:COMPAR (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/stdlib/
H A Dbsearch.c41 #define COMPAR(x,y) CALL_BLOCK(compar, x, y) macro
43 #define COMPAR(x,y) compar(x, y) macro
79 cmp = COMPAR(key, p);
H A Dheapsort.c47 #define COMPAR(x, y) CALL_BLOCK(compar, x, y) macro
50 #define COMPAR(x, y) compar(x, y) macro
90 if (child_i < nmemb && COMPAR(child, child + size) < 0) { \
95 if (COMPAR(child, par) <= 0) \
121 if (child_i < nmemb && COMPAR(child, child + size) < 0) { \
133 if (child_i == 1 || COMPAR(k, par) < 0) { \

Completed in 117 milliseconds