Home | History | Annotate | Download | only in AST

Lines Matching refs:SkipEnd

626   unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart;
629 SkipEnd = ActiveCalls - Limit / 2;
637 if (CallIdx >= SkipStart && CallIdx < SkipEnd) {