Home
last modified time | relevance | path

Searched refs:matchlimit (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dlz4.c533 #define matchlimit (iend - LASTLITERALS) in LZ4_compressCtx() macro
611 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() macro
804 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()