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()
233 const BYTE* nextStep; in ZSTD_compressBlock_fast_noDict_generic() local250 nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_noDict_generic()342 if (ip2 >= nextStep) { in ZSTD_compressBlock_fast_noDict_generic()346 nextStep += kStepIncr; in ZSTD_compressBlock_fast_noDict_generic()554 const BYTE* nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_dictMatchState_generic() local621 if (ip1 >= nextStep) { in ZSTD_compressBlock_fast_dictMatchState_generic()623 nextStep += kStepIncr; in ZSTD_compressBlock_fast_dictMatchState_generic()753 const BYTE* nextStep; in ZSTD_compressBlock_fast_extDict_generic() local774 nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_extDict_generic()876 if (ip2 >= nextStep) { in ZSTD_compressBlock_fast_extDict_generic()[all …]
133 const BYTE* nextStep; in ZSTD_compressBlock_doubleFast_noDict_generic() local169 nextStep = ip + kStepIncr; in ZSTD_compressBlock_doubleFast_noDict_generic()224 if (ip1 >= nextStep) { in ZSTD_compressBlock_doubleFast_noDict_generic()228 nextStep += kStepIncr; in ZSTD_compressBlock_doubleFast_noDict_generic()
1108 bool nextStep(const Stmt *S) { in nextStep() function in __anonfb577fba0411::EvalInfo5447 if (!Info.nextStep(S)) in EvaluateStmt()