Searched refs:nextStep (Results 1 – 5 of 5) sorted by relevance
234 const BYTE* nextStep; in ZSTD_compressBlock_fast_noDict_generic() local251 nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_noDict_generic()343 if (ip2 >= nextStep) { in ZSTD_compressBlock_fast_noDict_generic()347 nextStep += kStepIncr; in ZSTD_compressBlock_fast_noDict_generic()555 const BYTE* nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_dictMatchState_generic() local622 if (ip1 >= nextStep) { in ZSTD_compressBlock_fast_dictMatchState_generic()624 nextStep += kStepIncr; in ZSTD_compressBlock_fast_dictMatchState_generic()754 const BYTE* nextStep; in ZSTD_compressBlock_fast_extDict_generic() local775 nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_extDict_generic()877 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()
136 const BYTE* nextStep; in ZSTD_compressBlock_fast_noDict_generic() local152 nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_noDict_generic()244 if (ip2 >= nextStep) { in ZSTD_compressBlock_fast_noDict_generic()248 nextStep += kStepIncr; in ZSTD_compressBlock_fast_noDict_generic()
79 const BYTE* nextStep; in ZSTD_compressBlock_doubleFast_noDict_generic() local110 nextStep = ip + kStepIncr; in ZSTD_compressBlock_doubleFast_noDict_generic()160 if (ip1 >= nextStep) { in ZSTD_compressBlock_doubleFast_noDict_generic()164 nextStep += kStepIncr; in ZSTD_compressBlock_doubleFast_noDict_generic()
1089 bool nextStep(const Stmt *S) { in nextStep() function in __anon6f5850ef0411::EvalInfo5176 if (!Info.nextStep(S)) in EvaluateStmt()