Lines Matching refs:comp
644 int comp = 0; \648 comp = (cmp)(elm, parent); \649 if (comp < 0) \651 else if (comp > 0) \659 else if (comp < 0) \677 int comp; \679 comp = cmp(elm, tmp); \680 if (comp < 0) \682 else if (comp > 0) \697 int comp; \699 comp = cmp(elm, tmp); \700 if (comp < 0) { \704 else if (comp > 0) \