Lines Matching refs:NumToSkip
2275 unsigned NumToSkip = MatcherTable[MatcherIndex++];
2276 if (NumToSkip & 128)
2277 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex);
2279 if (NumToSkip == 0) {
2284 FailIndex = MatcherIndex+NumToSkip;
2915 unsigned NumToSkip = MatcherTable[MatcherIndex++];
2916 if (NumToSkip & 128)
2917 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex);
2921 if (NumToSkip != 0) {
2922 LastScope.FailIndex = MatcherIndex+NumToSkip;