Searched refs:OPTIMAL_ML (Results 1 – 1 of 1) sorted by relevance
74 #define OPTIMAL_ML (int)((ML_MASK-1)+MINMATCH) macro610 if ((start2 - ip) < OPTIMAL_ML) { in LZ4HC_compress_hashChain()613 if (new_ml > OPTIMAL_ML) new_ml = OPTIMAL_ML; in LZ4HC_compress_hashChain()682 if ((start2 - ip) < OPTIMAL_ML) { in LZ4HC_compress_hashChain()684 if (ml > OPTIMAL_ML) ml = OPTIMAL_ML; in LZ4HC_compress_hashChain()