Home | History | Annotate | Download | only in AST

Lines Matching full:skipstart

719   unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart;
721 SkipStart = Limit / 2 + Limit % 2;
730 if (CallIdx >= SkipStart && CallIdx < SkipEnd) {
731 if (CallIdx == SkipStart) {