Searched refs:nextStep (Results 1 – 2 of 2) sorted by relevance
232 const BYTE* nextStep; in ZSTD_compressBlock_fast_noDict_generic() local249 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() local620 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() local773 nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_extDict_generic()875 if (ip2 >= nextStep) { in ZSTD_compressBlock_fast_extDict_generic()[all …]
134 const BYTE* nextStep; in ZSTD_compressBlock_doubleFast_noDict_generic() local170 nextStep = ip + kStepIncr; in ZSTD_compressBlock_doubleFast_noDict_generic()225 if (ip1 >= nextStep) { in ZSTD_compressBlock_doubleFast_noDict_generic()229 nextStep += kStepIncr; in ZSTD_compressBlock_doubleFast_noDict_generic()