Home | History | Annotate | Download | only in AST

Lines Matching refs:SkipStart

848   unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart;
850 SkipStart = Limit / 2 + Limit % 2;
859 if (CallIdx >= SkipStart && CallIdx < SkipEnd) {
860 if (CallIdx == SkipStart) {