Searched refs:OPTIMAL_ML (Results 1 – 1 of 1) sorted by relevance
80 #define OPTIMAL_ML (int)((ML_MASK-1)+MINMATCH) macro385 if ((start2 - ip) < OPTIMAL_ML) { in LZ4HC_compress_hashChain()388 if (new_ml > OPTIMAL_ML) new_ml = OPTIMAL_ML; in LZ4HC_compress_hashChain()451 if (ml > OPTIMAL_ML) ml = OPTIMAL_ML; in LZ4HC_compress_hashChain()