Searched refs:matchlimit (Results 1 – 2 of 2) sorted by relevance
489 #define matchlimit (iend - LASTLITERALS) in LZ4_compressCtx() macro567 while (likely(ip < matchlimit - (STEPSIZE - 1))) { in LZ4_compressCtx()578 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) { in LZ4_compressCtx()583 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) { in LZ4_compressCtx()587 if ((ip < matchlimit) && (*ref == *ip)) in LZ4_compressCtx()679 #define matchlimit (iend - LASTLITERALS) in LZ4_compress64kCtx() macro755 while (ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compress64kCtx()766 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) { in LZ4_compress64kCtx()771 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) { in LZ4_compress64kCtx()775 if ((ip < matchlimit) && (*ref == *ip)) in LZ4_compress64kCtx()
489 #define matchlimit (iend - LASTLITERALS) in LZ4_compressCtx() macro567 while likely(ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compressCtx()578 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) { in LZ4_compressCtx()583 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) { in LZ4_compressCtx()587 if ((ip < matchlimit) && (*ref == *ip)) in LZ4_compressCtx()684 #define matchlimit (iend - LASTLITERALS) in LZ4_compress64kCtx() macro760 while (ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compress64kCtx()771 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) { in LZ4_compress64kCtx()776 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) { in LZ4_compress64kCtx()780 if ((ip < matchlimit) && (*ref == *ip)) in LZ4_compress64kCtx()