Searched refs:STEPSIZE (Results 1 – 2 of 2) sorted by relevance
110 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()
105 #define STEPSIZE 8 macro131 #define STEPSIZE 4 macro
Completed in 3 milliseconds