Lines Matching refs:comp
606 int comp = 0; \610 comp = (cmp)(elm, parent); \611 if (comp < 0) \613 else if (comp > 0) \620 if (comp < 0) \636 int comp; \638 comp = cmp(elm, tmp); \639 if (comp < 0) \641 else if (comp > 0) \655 int comp; \657 comp = cmp(elm, tmp); \658 if (comp < 0) { \662 else if (comp > 0) \