Searched refs:nextStep (Results 1 - 2 of 2) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_fast.c136 const BYTE* nextStep; local
152 nextStep = ip0 + kStepIncr;
244 if (ip2 >= nextStep) {
248 nextStep += kStepIncr;
H A Dzstd_double_fast.c79 const BYTE* nextStep; local
110 nextStep = ip + kStepIncr;
160 if (ip1 >= nextStep) {
164 nextStep += kStepIncr;

Completed in 164 milliseconds