Home | History | Annotate | Download | only in AST

Lines Matching refs:SkipEnd

990   unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart;
993 SkipEnd = ActiveCalls - Limit / 2;
1001 if (CallIdx >= SkipStart && CallIdx < SkipEnd) {