Searched refs:STEPSIZE (Results 1 – 1 of 1) sorted by relevance
336 #define STEPSIZE 8 macro345 #define STEPSIZE 4 macro559 while (likely(ip < matchlimit - (STEPSIZE - 1))) { in LZ4_compressCtx()562 ip += STEPSIZE; in LZ4_compressCtx()563 ref += STEPSIZE; in LZ4_compressCtx()748 while (ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compress64kCtx()751 ip += STEPSIZE; in LZ4_compress64kCtx()752 ref += STEPSIZE; in LZ4_compress64kCtx()959 if (unlikely(op - ref < STEPSIZE)) { in LZ4_uncompress_unknownOutputSize()973 op += STEPSIZE - 4; in LZ4_uncompress_unknownOutputSize()[all …]