Lines Matching defs:matchlimit
489 #define matchlimit (iend - LASTLITERALS)
567 while (likely(ip < matchlimit - (STEPSIZE - 1))) {
578 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) {
583 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
587 if ((ip < matchlimit) && (*ref == *ip))
679 #define matchlimit (iend - LASTLITERALS)
755 while (ip < matchlimit - (STEPSIZE - 1)) {
766 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) {
771 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
775 if ((ip < matchlimit) && (*ref == *ip))