Searched refs:LZ4_64Klimit (Results 1 – 1 of 1) sorted by relevance
42 static const int LZ4_64Klimit = ((64 * KB) + (MFLIMIT - 1));228 && (inputSize >= LZ4_64Klimit)) { in LZ4_compress_generic() 478 if (inputSize < LZ4_64Klimit) in LZ4_compress_fast_extState() 489 if (inputSize < LZ4_64Klimit) in LZ4_compress_fast_extState() 555 if ((tableType == byU16) && (*srcSizePtr >= LZ4_64Klimit)) in LZ4_compress_destSize_generic() 740 if (*srcSizePtr < LZ4_64Klimit) in LZ4_compress_destSize_extState() 43 static const int LZ4_64Klimit = ((64 * KB) + (MFLIMIT - 1)); global() variable