Searched refs:COPYLENGTH (Results 1 – 3 of 3) sorted by relevance
140 #define COPYLENGTH 8 macro220 if ((cpy > oend - COPYLENGTH) || in LZ4_uncompress_unknownOutputSize()221 (ip + length > iend - COPYLENGTH)) { in LZ4_uncompress_unknownOutputSize()287 if (cpy > oend - COPYLENGTH) { in LZ4_uncompress_unknownOutputSize()294 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in LZ4_uncompress_unknownOutputSize()
342 #define COPYLENGTH 8 macro344 #define MFLIMIT (COPYLENGTH + MINMATCH)966 if unlikely(cpy > oend - COPYLENGTH) { in real_LZ4_uncompress()1016 if (cpy > oend - COPYLENGTH) { in real_LZ4_uncompress()1023 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in real_LZ4_uncompress()1084 if ((cpy > oend - COPYLENGTH) || in LZ4_uncompress_unknownOutputSize()1085 (ip + length > iend - COPYLENGTH)) { in LZ4_uncompress_unknownOutputSize()1145 if (cpy > oend - COPYLENGTH) { in LZ4_uncompress_unknownOutputSize()1152 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in LZ4_uncompress_unknownOutputSize()
180 8 constant COPYLENGTH249 3 pick COPYLENGTH - over < ( dest_end length dest cpy flag )255 r@ COPYLENGTH - > ( dest_end length dest cpy flag token s_buf flag )370 \ if cpy > oend - COPYLENGTH371 4 pick COPYLENGTH - ( dest_end s_buf ref op cpy oend-COPYLENGTH )372 2dup > if ( dest_end s_buf ref op cpy oend-COPYLENGTH )373 swap ( dest_end s_buf ref op oend-COPYLENGTH cpy )377 then ( dest_end s_buf ref op oend-COPYLENGTH cpy )379 >r ( dest_end s_buf ref op oend-COPYLENGTH R: dest s_end cpy )380 -rot swap ( dest_end s_buf oend-COPYLENGTH op ref )[all …]