Searched refs:OPTIMAL_ML (Results 1 – 1 of 1) sorted by relevance
75 #define OPTIMAL_ML (int)((ML_MASK-1)+MINMATCH) macro627 if ((start2 - ip) < OPTIMAL_ML) { in LZ4HC_compress_hashChain()630 if (new_ml > OPTIMAL_ML) new_ml = OPTIMAL_ML; in LZ4HC_compress_hashChain()703 if ((start2 - ip) < OPTIMAL_ML) { in LZ4HC_compress_hashChain()705 if (ml > OPTIMAL_ML) ml = OPTIMAL_ML; in LZ4HC_compress_hashChain()