Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c265 #define WILDCOPYLENGTH 8 macro
267 #define MFLIMIT (WILDCOPYLENGTH+MINMATCH)
1148 || ((!endOnInput) && (cpy>oend-WILDCOPYLENGTH)) ) in LZ4_decompress_generic()
1224 BYTE* const oCopyLimit = oend-(WILDCOPYLENGTH-1); in LZ4_decompress_generic()