Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c218 #define WILDCOPYLENGTH 8 macro
221 #define MATCH_SAFEGUARD_DISTANCE ((2 * WILDCOPYLENGTH) - MINMATCH) /* ensure it's possible to write…
2320 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()
2570 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()
2571 …ip + length > iend - (2 + 1 + LASTLITERALS)))) || ((!endOnInput) && (cpy > oend - WILDCOPYLENGTH))) in LZ4_decompress_generic()
2761 BYTE *const oCopyLimit = oend - (WILDCOPYLENGTH - 1); in LZ4_decompress_generic()