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

/xsrc/external/mit/libXt/dist/src/
H A DTMstate.c653 TMShortCard maxMatches; member in struct:TMContextRec
678 context->numMatches = context->maxMatches = 0;
697 if (context->numMatches == context->maxMatches) {
698 if (context->maxMatches == 0)
699 context->maxMatches =
700 (TMShortCard) (context->maxMatches +
703 context->maxMatches =
704 (TMShortCard) (context->maxMatches +
708 (Cardinal) context->maxMatches,

Completed in 4 milliseconds