Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c234 const BYTE* nextStep; in ZSTD_compressBlock_fast_noDict_generic() local
251 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() local
622 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() local
775 nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_extDict_generic()
877 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()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c233 const BYTE* nextStep; in ZSTD_compressBlock_fast_noDict_generic() local
250 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() local
621 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() local
774 nextStep = ip0 + kStepIncr; in ZSTD_compressBlock_fast_extDict_generic()
876 if (ip2 >= nextStep) { in ZSTD_compressBlock_fast_extDict_generic()
[all …]
H A Dzstd_double_fast.c133 const BYTE* nextStep; in ZSTD_compressBlock_doubleFast_noDict_generic() local
169 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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1108 bool nextStep(const Stmt *S) { in nextStep() function in __anonfb577fba0411::EvalInfo
5447 if (!Info.nextStep(S)) in EvaluateStmt()