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

/linux-master/lib/zstd/compress/
H A Dzstd_fast.c137 const size_t kStepIncr = (1 << (kSearchStrength - 1)); local
152 nextStep = ip0 + kStepIncr;
248 nextStep += kStepIncr;
H A Dzstd_double_fast.c77 const size_t kStepIncr = 1 << kSearchStrength; local
110 nextStep = ip + kStepIncr;
164 nextStep += kStepIncr;

Completed in 140 milliseconds