Searched refs:WILDCOPYLENGTH (Results 1 – 4 of 4) sorted by relevance
104 if ((cpy > oend - WILDCOPYLENGTH) || in customized_lz4_decompress_safe_partial()170 if (unlikely(cpy >= oend - WILDCOPYLENGTH)) { in customized_lz4_decompress_safe_partial()200 BYTE * const oCopyLimit = oend - (WILDCOPYLENGTH - 1); in customized_lz4_decompress_safe_partial()
75 #define WILDCOPYLENGTH 8 macro77 #define MFLIMIT (WILDCOPYLENGTH + MINMATCH)
145 || ((!endOnInput) && (cpy > oend - WILDCOPYLENGTH))) { in LZ4_decompress_generic()295 BYTE * const oCopyLimit = oend - (WILDCOPYLENGTH - 1); in LZ4_decompress_generic()