Home | History | Annotate | Download | only in AST

Lines Matching refs:SkipEnd

848   unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart;
851 SkipEnd = ActiveCalls - Limit / 2;
859 if (CallIdx >= SkipStart && CallIdx < SkipEnd) {