Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/lz4/
A Ddecompress.c75 if (unlikely(cpy > oend - COPYLENGTH)) { in lz4_uncompress()
130 if (cpy > (oend - COPYLENGTH)) { in lz4_uncompress()
135 if ((ref + COPYLENGTH) > oend || in lz4_uncompress()
136 (op + COPYLENGTH) > oend) in lz4_uncompress()
138 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in lz4_uncompress()
201 if ((cpy > oend - COPYLENGTH) || in lz4_uncompress_unknownoutputsize()
202 (ip + length > iend - COPYLENGTH)) { in lz4_uncompress_unknownoutputsize()
266 if (cpy > oend - COPYLENGTH) { in lz4_uncompress_unknownoutputsize()
270 LZ4_SECURECOPY(ref, op, (oend - COPYLENGTH)); in lz4_uncompress_unknownoutputsize()
A Ddefs.h75 #define COPYLENGTH 8 macro
84 #define MFLIMIT (COPYLENGTH + MINMATCH)

Completed in 3 milliseconds