Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c221 static const int LZ4_minLength = (MFLIMIT+1); variable
921 …if (inputSize<LZ4_minLength) goto _last_literals; /* Input too small, no compression (all l… in LZ4_compress_generic_validated()
Dlz4hc.c585 …if (inputSize < LZ4_minLength) goto _last_literals; /* Input too small, no compression… in LZ4HC_compress_hashChain()