Searched refs:OPTIMAL_ML (Results 1 – 2 of 2) sorted by relevance
391 if ((start2 - ip) < OPTIMAL_ML) { in lz4_compresshcctx()394 if (new_ml > OPTIMAL_ML) in lz4_compresshcctx()395 new_ml = OPTIMAL_ML; in lz4_compresshcctx()473 if (ml > OPTIMAL_ML) in lz4_compresshcctx()474 ml = OPTIMAL_ML; in lz4_compresshcctx()
85 #define OPTIMAL_ML (int)((ML_MASK-1)+MINMATCH) macro