Lines Matching defs:Compare
457 int Compare;
560 /* Lexicographic compare: compare the data bytes */
562 Compare = memcmp (Operand0->Buffer.Pointer,
573 (Compare == 0))
583 if (Compare > 0)
588 if (Compare < 0)
593 /* Bytes match (to shortest length), compare lengths */
603 if (Compare > 0)
607 if (Compare < 0)
613 /* Bytes match (to shortest length), compare lengths */