Home
last modified time | relevance | path

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

/src/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()
/src/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c136 const BYTE* nextStep; in ZSTD_compressBlock_fast_noDict_generic() local
152 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()
H A Dzstd_double_fast.c79 const BYTE* nextStep; in ZSTD_compressBlock_doubleFast_noDict_generic() local
110 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()
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1089 bool nextStep(const Stmt *S) { in nextStep() function in __anon6f5850ef0411::EvalInfo
5176 if (!Info.nextStep(S)) in EvaluateStmt()