Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c299 #define WILDCOPYLENGTH 8 macro
302 #define MATCH_SAFEGUARD_DISTANCE ((2*WILDCOPYLENGTH) - MINMATCH) /* ensure it's possible to writ…
1509 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()
1511 || ((!endOnInput) && (cpy>oend-WILDCOPYLENGTH)) ) in LZ4_decompress_generic()
1621 BYTE* const oCopyLimit = oend - (WILDCOPYLENGTH-1); in LZ4_decompress_generic()