Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c373 static const int LZ4_64Klimit = ((64 KB) + (MFLIMIT-1)); variable
506 …if ((tableType == byU16) && (inputSize>=LZ4_64Klimit)) return 0; /* Size too large (not within 6… in LZ4_compress_generic()
666 if (inputSize < LZ4_64Klimit) in LZ4_compress_fast_extState()
671 if (inputSize < LZ4_64Klimit) in LZ4_compress_fast_extState()
710 if (inputSize < LZ4_64Klimit) in LZ4_compress_fast_force()
749 …if ((tableType == byU16) && (*srcSizePtr>=LZ4_64Klimit)) return 0; /* Size too large (not within… in LZ4_compress_destSize_generic()
884 if (*srcSizePtr < LZ4_64Klimit) in LZ4_compress_destSize_extState()