Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c421 static const int LZ4_64Klimit = ((64 KB) + (MFLIMIT-1)); variable
547 …if ((tableType == byU16) && (inputSize>=LZ4_64Klimit)) return 0; /* Size too large (not within 6… in LZ4_compress_generic()
719 if (inputSize < LZ4_64Klimit) in LZ4_compress()
739 if (inputSize < LZ4_64Klimit) in LZ4_compress_limitedOutput()
1337 if (inputSize < LZ4_64Klimit) in LZ4_compress_withState()
1348 if (inputSize < LZ4_64Klimit) in LZ4_compress_limitedOutput_withState()