Searched refs:COMPAR (Results 1 – 2 of 2) sorted by relevance
45 #define COMPAR(x, y) compar(x, y) macro84 if (child_i < nmemb && COMPAR(child, child + size) < 0) { \89 if (COMPAR(child, par) <= 0) \115 if (child_i < nmemb && COMPAR(child, child + size) < 0) { \127 if (child_i == 1 || COMPAR(k, par) < 0) { \
38 #define COMPAR(x,y) compar(x, y) macro67 cmp = COMPAR(key, p); in bsearch()