Home
last modified time | relevance | path

Searched refs:nextStep (Results 1 – 2 of 2) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_fast.c232 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()
[all …]
H A Dzstd_double_fast.c134 const BYTE* nextStep; in ZSTD_compressBlock_doubleFast_noDict_generic() local
170 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()