Home
last modified time | relevance | path

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

/linux-4.4.14/lib/lz4/
Dlz4hc_compress.c393 int new_ml = ml; in lz4_compresshcctx() local
394 if (new_ml > OPTIMAL_ML) in lz4_compresshcctx()
395 new_ml = OPTIMAL_ML; in lz4_compresshcctx()
396 if (ip + new_ml > start2 + ml2 - MINMATCH) in lz4_compresshcctx()
397 new_ml = (int)(start2 - ip) + ml2 - MINMATCH; in lz4_compresshcctx()
398 correction = new_ml - (int)(start2 - ip); in lz4_compresshcctx()