Lines Matching full:stepsize
344 #define STEPSIZE 8 macro
353 #define STEPSIZE 4 macro
567 while likely(ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compressCtx()
570 ip += STEPSIZE; in LZ4_compressCtx()
571 ref += STEPSIZE; in LZ4_compressCtx()
760 while (ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compress64kCtx()
763 ip += STEPSIZE; in LZ4_compress64kCtx()
764 ref += STEPSIZE; in LZ4_compress64kCtx()
975 if unlikely(op - ref < STEPSIZE) { in LZ4_uncompress_unknownOutputSize()
989 op += STEPSIZE - 4; in LZ4_uncompress_unknownOutputSize()
994 cpy = op + length - (STEPSIZE - 4); in LZ4_uncompress_unknownOutputSize()