Searched refs:matchlimit (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/lz4/ |
| H A D | lz4_compress.c | 197 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 D | lz4hc_compress.c | 351 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()
|