Searched refs:new_ml (Results 1 – 1 of 1) sorted by relevance
393 int new_ml = ml; in lz4_compresshcctx() local394 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()