Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4_compress.c198 const BYTE * const matchlimit = iend - LASTLITERALS; in LZ4_compress_generic() local
345 if (limit > matchlimit) in LZ4_compress_generic()
346 limit = matchlimit; in LZ4_compress_generic()
356 matchlimit); in LZ4_compress_generic()
363 match + MINMATCH, matchlimit); in LZ4_compress_generic()
536 const BYTE * const matchlimit = iend - LASTLITERALS; in LZ4_compress_destSize_generic() local
642 match + MINMATCH, matchlimit); in LZ4_compress_destSize_generic()
H A Dlz4hc_compress.c352 const BYTE * const matchlimit = (iend - LASTLITERALS); in LZ4HC_compress_generic() local
380 matchlimit, (&ref), maxNbAttempts); in LZ4HC_compress_generic()
395 matchlimit, ml, &ref2, in LZ4HC_compress_generic()
457 matchlimit, ml2, &ref3, &start3, in LZ4HC_compress_generic()