Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c481 #define matchlimit (iend - LASTLITERALS) in LZ4_compressCtx() macro
559 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() macro
748 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()