Home
last modified time | relevance | path

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

/linux-4.1.27/lib/lz4/
Dlz4hc_compress.c391 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()
Dlz4defs.h85 #define OPTIMAL_ML (int)((ML_MASK-1)+MINMATCH) macro