Searched refs:STEPSIZE (Results 1 – 3 of 3) sorted by relevance
360 #define STEPSIZE 8 macro369 #define STEPSIZE 4 macro611 while likely(ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compressCtx()614 ip += STEPSIZE; in LZ4_compressCtx()615 ref += STEPSIZE; in LZ4_compressCtx()804 while (ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compress64kCtx()807 ip += STEPSIZE; in LZ4_compress64kCtx()808 ref += STEPSIZE; in LZ4_compress64kCtx()996 if unlikely(op - ref < STEPSIZE) { in real_LZ4_uncompress()1010 op += STEPSIZE - 4; in real_LZ4_uncompress()[all …]
152 #define STEPSIZE 8 macro161 #define STEPSIZE 4 macro268 if unlikely(op - ref < STEPSIZE) { in LZ4_uncompress_unknownOutputSize()281 op += STEPSIZE - 4; in LZ4_uncompress_unknownOutputSize()286 cpy = op + length - (STEPSIZE - 4); in LZ4_uncompress_unknownOutputSize()
179 4 constant STEPSIZE338 2dup - STEPSIZE < if ( dest_end s_buf length op ref )361 swap STEPSIZE 4 - +368 + STEPSIZE 4 - - ( dest_end s_buf ref op cpy R: dest s_end )