Home
last modified time | relevance | path

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

/linux-4.19.296/lib/lz4/
Dlz4defs.h75 #define WILDCOPYLENGTH 8 macro
77 #define MFLIMIT (WILDCOPYLENGTH + MINMATCH)
Dlz4_decompress.c145 || ((!endOnInput) && (cpy > oend - WILDCOPYLENGTH))) { in LZ4_decompress_generic()
295 BYTE * const oCopyLimit = oend - (WILDCOPYLENGTH - 1); in LZ4_decompress_generic()