Lines Matching refs:nextStep
232 const BYTE* nextStep; in ZSTD_compressBlock_fast_noDict_generic() local
249 nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_noDict_generic()
341 if (ip2 >= nextStep) { in ZSTD_compressBlock_fast_noDict_generic()
345 nextStep += kStepIncr; in ZSTD_compressBlock_fast_noDict_generic()
553 const BYTE* nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_dictMatchState_generic() local
620 if (ip1 >= nextStep) { in ZSTD_compressBlock_fast_dictMatchState_generic()
622 nextStep += kStepIncr; in ZSTD_compressBlock_fast_dictMatchState_generic()
752 const BYTE* nextStep; in ZSTD_compressBlock_fast_extDict_generic() local
773 nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_extDict_generic()
875 if (ip2 >= nextStep) { in ZSTD_compressBlock_fast_extDict_generic()
879 nextStep += kStepIncr; in ZSTD_compressBlock_fast_extDict_generic()