Home
last modified time | relevance | path

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

/linux/lib/lz4/
H A Dlz4_compress.c197 const BYTE * const matchlimit = iend - LASTLITERALS; in LZ4_compress_generic() local
344 if (limit > matchlimit) in LZ4_compress_generic()
345 limit = matchlimit; in LZ4_compress_generic()
355 matchlimit); in LZ4_compress_generic()
362 match + MINMATCH, matchlimit); in LZ4_compress_generic()
535 const BYTE * const matchlimit = iend - LASTLITERALS; in LZ4_compress_destSize_generic() local
641 match + MINMATCH, matchlimit); in LZ4_compress_destSize_generic()
H A Dlz4hc_compress.c351 const BYTE * const matchlimit = (iend - LASTLITERALS); in LZ4HC_compress_generic() local
379 matchlimit, (&ref), maxNbAttempts); in LZ4HC_compress_generic()
394 matchlimit, ml, &ref2, in LZ4HC_compress_generic()
456 matchlimit, ml2, &ref3, &start3, in LZ4HC_compress_generic()