Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c268 static const int LZ4_minLength = (MFLIMIT+1); variable
507 …if (inputSize<LZ4_minLength) goto _last_literals; /* Input too small, no compress… in LZ4_compress_generic()
750 …if (*srcSizePtr<LZ4_minLength) goto _last_literals; /* Input too small, no compre… in LZ4_compress_destSize_generic()