Lines Matching refs:comp
631 int comp = 0; \635 comp = (cmp)(elm, parent); \636 if (comp < 0) \638 else if (comp > 0) \645 if (comp < 0) \662 int comp; \664 comp = cmp(elm, tmp); \665 if (comp < 0) \667 else if (comp > 0) \682 int comp; \684 comp = cmp(elm, tmp); \685 if (comp < 0) { \689 else if (comp > 0) \