Searched refs:new_ml (Results 1 – 1 of 1) sorted by relevance
629 int new_ml = ml; in LZ4HC_compress_hashChain() local630 if (new_ml > OPTIMAL_ML) new_ml = OPTIMAL_ML; in LZ4HC_compress_hashChain()631 if (ip+new_ml > start2 + ml2 - MINMATCH) new_ml = (int)(start2 - ip) + ml2 - MINMATCH; in LZ4HC_compress_hashChain()632 correction = new_ml - (int)(start2 - ip); in LZ4HC_compress_hashChain()