Searched refs:numMatches (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DTMstate.c652 TMShortCard numMatches; member in struct:TMContextRec
671 if (contextCache[0].numMatches == 0)
673 else if (contextCache[1].numMatches == 0)
678 context->numMatches = context->maxMatches = 0;
681 if (context->numMatches &&
682 context->matches[context->numMatches - 1].isCycleEnd) {
686 i < context->numMatches &&
689 if (i < context->numMatches)
690 context->numMatches = (TMShortCard) (i + 1);
697 if (context->numMatches
885 TMShortCard numMatches = context->numMatches; local in function:MatchComplexBranch
[all...]

Completed in 3 milliseconds