Lines Matching refs:comp
593 int comp = 0; \597 comp = (cmp)(elm, parent); \598 if (comp < 0) \600 else if (comp > 0) \607 if (comp < 0) \623 int comp; \625 comp = cmp(elm, tmp); \626 if (comp < 0) \628 else if (comp > 0) \642 int comp; \644 comp = cmp(elm, tmp); \645 if (comp < 0) { \649 else if (comp > 0) \