Lines Matching refs:comp
529 int comp = 0; \533 comp = (cmp)(elm, parent); \534 if (comp < 0) \536 else if (comp > 0) \543 if (comp < 0) \571 int comp; \573 comp = cmp(elm, tmp); \574 if (comp < 0) \576 else if (comp > 0) \596 int comp; \598 comp = cmp(elm, tmp); \599 if (comp < 0) { \603 else if (comp > 0) \