Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1084 bool nextStep(const Stmt *S) { in nextStep() function in __anonbf0ddd820411::EvalInfo
5141 if (!Info.nextStep(S)) in EvaluateStmt()