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

/linux-4.1.27/lib/lz4/
H A Dlz4hc_compress.c391 if ((start2 - ip) < OPTIMAL_ML) { lz4_compresshcctx()
394 if (new_ml > OPTIMAL_ML) lz4_compresshcctx()
395 new_ml = OPTIMAL_ML; lz4_compresshcctx()
407 * with new_ml=min(ml, OPTIMAL_ML=18) lz4_compresshcctx()
473 if (ml > OPTIMAL_ML) lz4_compresshcctx()
474 ml = OPTIMAL_ML; lz4_compresshcctx()
H A Dlz4defs.h85 #define OPTIMAL_ML (int)((ML_MASK-1)+MINMATCH) macro

Completed in 101 milliseconds