Lines Matching defs:EQUAL
826 * The larger expansion of 13% results from a window size less than or equal to
973 * avail_in equal to zero. There won't be anything to do,
1343 * return its length. Matches shorter or equal to prev_length are discarded,
1344 * in which case the result is equal to prev_length and match_start is
1415 * always equal when the other bytes match, given that the hash keys
1416 * are equal and that HASH_BITS >= 8. Compare 2 bytes at a time at
1451 * are always equal when the other bytes match, given that
1452 * the hash keys are equal and that HASH_BITS >= 8.
1523 * are always equal when the other bytes match, given that
1524 * the hash keys are equal and that HASH_BITS >= 8.
1553 #define EQUAL 0
1554 /* result of memcmp for equal strings */
1570 if (zmemcmp(back, here, len) != EQUAL) {