Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dlz4.c319 #define LASTLITERALS 5 macro
481 #define matchlimit (iend - LASTLITERALS) in LZ4_compressCtx()
535 if (unlikely(op + length + (2 + 1 + LASTLITERALS) + in LZ4_compressCtx()
586 if (unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)) in LZ4_compressCtx()
672 #define matchlimit (iend - LASTLITERALS) in LZ4_compress64kCtx()
724 if (unlikely(op + length + (2 + 1 + LASTLITERALS) + in LZ4_compress64kCtx()
775 if (unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend)) in LZ4_compress64kCtx()