Lines Matching defs:numMatches
652 TMShortCard numMatches;
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 == context->maxMatches) {
711 context->matches[context->numMatches].isCycleStart =
713 context->matches[context->numMatches].isCycleEnd = newState->isCycleEnd;
714 context->matches[context->numMatches].typeIndex = newState->typeIndex;
715 context->matches[context->numMatches++].modIndex = newState->modIndex;
734 context->numMatches = 0;
885 TMShortCard numMatches = context->numMatches;
889 numMatches && candState;
890 numMatches--, statMatch++, candState = candState->nextLevel) {
895 if (numMatches == 0) {