Home
last modified time | relevance | path

Searched refs:OPTIMAL_ML (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/lib/
Dlz4hc.c75 #define OPTIMAL_ML (int)((ML_MASK-1)+MINMATCH) macro
631 if ((start2 - ip) < OPTIMAL_ML) { in LZ4HC_compress_hashChain()
634 if (new_ml > OPTIMAL_ML) new_ml = OPTIMAL_ML; in LZ4HC_compress_hashChain()
707 if ((start2 - ip) < OPTIMAL_ML) { in LZ4HC_compress_hashChain()
709 if (ml > OPTIMAL_ML) ml = OPTIMAL_ML; in LZ4HC_compress_hashChain()