Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c242 #define WILDCOPYLENGTH 8 macro
245 #define MATCH_SAFEGUARD_DISTANCE ((2*WILDCOPYLENGTH) - MINMATCH) /* ensure it's possible to writ…
2013 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()
2174 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()
2316 BYTE* const oCopyLimit = oend - (WILDCOPYLENGTH-1); in LZ4_decompress_generic()