Home
last modified time | relevance | path

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

/linux/lib/lz4/
A Dlz4defs.h75 #define WILDCOPYLENGTH 8 macro
77 #define MFLIMIT (WILDCOPYLENGTH + MINMATCH)
82 #define MATCH_SAFEGUARD_DISTANCE ((2 * WILDCOPYLENGTH) - MINMATCH)
A Dlz4_decompress.c222 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()
226 || ((!endOnInput) && (cpy > oend - WILDCOPYLENGTH))) { in LZ4_decompress_generic()
417 BYTE * const oCopyLimit = oend - (WILDCOPYLENGTH - 1); in LZ4_decompress_generic()

Completed in 4 milliseconds