Searched refs:STEPSIZE (Results 1 – 2 of 2) sorted by relevance
344 #define STEPSIZE 8 macro353 #define STEPSIZE 4 macro567 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()[all …]
345 #define STEPSIZE 8 macro354 #define STEPSIZE 4 macro567 while (likely(ip < matchlimit - (STEPSIZE - 1))) { in LZ4_compressCtx()570 ip += STEPSIZE; in LZ4_compressCtx()571 ref += STEPSIZE; in LZ4_compressCtx()755 while (ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compress64kCtx()758 ip += STEPSIZE; in LZ4_compress64kCtx()759 ref += STEPSIZE; in LZ4_compress64kCtx()