HomeSort by: relevance | last modified time | path
    Searched defs:nextStep (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c 191 const BYTE* nextStep;
207 nextStep = ip0 + kStepIncr;
326 if (ip2 >= nextStep) {
330 nextStep += kStepIncr;
536 const BYTE* nextStep = ip0 + kStepIncr;
604 if (ip1 >= nextStep) {
606 nextStep += kStepIncr;
736 const BYTE* nextStep;
757 nextStep = ip0 + kStepIncr;
859 if (ip2 >= nextStep) {
    [all...]
zstd_double_fast.c 133 const BYTE* nextStep;
164 nextStep = ip + kStepIncr;
214 if (ip1 >= nextStep) {
218 nextStep += kStepIncr;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 1026 bool nextStep(const Stmt *S) {
4987 if (!Info.nextStep(S))

Completed in 37 milliseconds