Lines Matching defs:step
56 * from the previous step. This means these steps must be sequenced and their
133 * matching the behavior of #1562. step therefore represents the gap
135 size_t step;
151 step = stepSize;
154 /* calculate positions, ip0 - anchor == 0, so we skip step calc */
156 ip2 = ip0 + step;
240 ip2 = ip0 + step;
241 ip3 = ip1 + step;
243 /* calculate step */
245 step++;
317 #define ZSTD_GEN_FAST_FN(dictMode, mls, step) \
318 static size_t ZSTD_compressBlock_fast_##dictMode##_##mls##_##step( \
322 return ZSTD_compressBlock_fast_##dictMode##_generic(ms, seqStore, rep, src, srcSize, mls, step); \