Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dlz4.c34 static const int LZ4_minLength = (MFLIMIT+1); variable
/external/lz4/lib/
Dlz4.c303 static const int LZ4_minLength = (MFLIMIT+1); variable
717 …if (inputSize<LZ4_minLength) goto _last_literals; /* Input too small, no compression (all l… in LZ4_compress_generic()
Dlz4hc.c515 …if (inputSize < LZ4_minLength) goto _last_literals; /* Input too small, no compre… in LZ4HC_compress_hashChain()