Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/lz4/
A Ddecompress.c110 if (unlikely((op - ref) < STEPSIZE)) { in lz4_uncompress()
124 op += STEPSIZE - 4; in lz4_uncompress()
129 cpy = op + length - (STEPSIZE - 4); in lz4_uncompress()
246 if (unlikely((op - ref) < STEPSIZE)) { in lz4_uncompress_unknownoutputsize()
260 op += STEPSIZE - 4; in lz4_uncompress_unknownoutputsize()
265 cpy = op + length - (STEPSIZE-4); in lz4_uncompress_unknownoutputsize()
A Ddefs.h105 #define STEPSIZE 8 macro
131 #define STEPSIZE 4 macro

Completed in 3 milliseconds