Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4hc_compress.c47 #define OPTIMAL_ML (int)((ML_MASK - 1) + MINMATCH) macro
432 if ((start2 - ip) < OPTIMAL_ML) { in LZ4HC_compress_generic()
436 if (new_ml > OPTIMAL_ML) in LZ4HC_compress_generic()
437 new_ml = OPTIMAL_ML; in LZ4HC_compress_generic()
526 if (ml > OPTIMAL_ML) in LZ4HC_compress_generic()
527 ml = OPTIMAL_ML; in LZ4HC_compress_generic()