Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c220 #define MFLIMIT 12 /* see ../doc/lz4_Block_format.m… macro
223 static const int LZ4_minLength = (MFLIMIT + 1);
838 static const int LZ4_64Klimit = ((64 KB) + (MFLIMIT - 1));
1174 const BYTE *const mflimitPlusOne = iend - MFLIMIT + 1; in LZ4_compress_generic_validated()
1359 … litlen */ + litLength /* literals */ + 2 /* offset */ + 1 /* token */ + MFLIMIT - MINMATCH /* min… in LZ4_compress_generic_validated()
1392 …(op + 2 /* offset */ + 1 /* token */ + MFLIMIT - MINMATCH /* min last literals so last match is <=… in LZ4_compress_generic_validated()
2320 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()
2570 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()
2571 …if (((endOnInput) && ((cpy > oend - MFLIMIT) || (ip + length > iend - (2 + 1 + LASTLITERALS)))) ||… in LZ4_decompress_generic()