Home | History | Annotate | Download | only in AST

Lines Matching full:skipend

924   unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart;
927 SkipEnd = ActiveCalls - Limit / 2;
935 if (CallIdx >= SkipStart && CallIdx < SkipEnd) {