Searched refs:matchlimit (Results 1 – 1 of 1) sorted by relevance
533 #define matchlimit (iend - LASTLITERALS) in LZ4_compressCtx() macro611 while likely(ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compressCtx()622 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) { in LZ4_compressCtx()627 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) { in LZ4_compressCtx()631 if ((ip < matchlimit) && (*ref == *ip)) in LZ4_compressCtx()728 #define matchlimit (iend - LASTLITERALS) in LZ4_compress64kCtx() macro804 while (ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compress64kCtx()815 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) { in LZ4_compress64kCtx()820 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) { in LZ4_compress64kCtx()824 if ((ip < matchlimit) && (*ref == *ip)) in LZ4_compress64kCtx()