Home
last modified time | relevance | path

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

/xen/xen/common/lz4/
A Ddecompress.c76 if (unlikely(cpy > oend - COPYLENGTH)) { in lz4_uncompress()
131 if (cpy > (oend - COPYLENGTH)) { in lz4_uncompress()
137 if ((ref + COPYLENGTH) > oend) in lz4_uncompress()
139 if ((ref + COPYLENGTH) > oend || in lz4_uncompress()
140 (op + COPYLENGTH) > oend) 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 if ((ref + COPYLENGTH) > oend) in lz4_uncompress_unknownoutputsize()
272 if ((ref + COPYLENGTH) > oend || in lz4_uncompress_unknownoutputsize()
[all …]
A Ddefs.h75 #define COPYLENGTH 8 macro
84 #define MFLIMIT (COPYLENGTH + MINMATCH)

Completed in 3 milliseconds