Lines Matching defs:NumToSkip
3402 unsigned NumToSkip = MatcherTable[MatcherIndex++];
3403 if (NumToSkip & 128)
3404 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex);
3406 if (NumToSkip == 0) {
3411 FailIndex = MatcherIndex+NumToSkip;
4359 unsigned NumToSkip = MatcherTable[MatcherIndex++];
4360 if (NumToSkip & 128)
4361 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex);
4365 if (NumToSkip != 0) {
4366 LastScope.FailIndex = MatcherIndex+NumToSkip;