Searched refs:matchlimit (Results 1 – 1 of 1) sorted by relevance
481 #define matchlimit (iend - LASTLITERALS) in LZ4_compressCtx() macro559 while (likely(ip < matchlimit - (STEPSIZE - 1))) { in LZ4_compressCtx()570 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) { in LZ4_compressCtx()575 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) { in LZ4_compressCtx()579 if ((ip < matchlimit) && (*ref == *ip)) in LZ4_compressCtx()672 #define matchlimit (iend - LASTLITERALS) in LZ4_compress64kCtx() macro748 while (ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compress64kCtx()759 if ((ip < (matchlimit - 3)) && (A32(ref) == A32(ip))) { in LZ4_compress64kCtx()764 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) { in LZ4_compress64kCtx()768 if ((ip < matchlimit) && (*ref == *ip)) in LZ4_compress64kCtx()