Searched refs:WILDCOPYLENGTH (Results 1 – 1 of 1) sorted by relevance
218 #define WILDCOPYLENGTH 8 macro221 #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()