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

/xsrc/external/mit/libXt/dist/src/
H A DTMstate.c884 StatePtr candState; local in function:MatchComplexBranch
888 for (candState = stateTree->complexBranchHeadTbl[i];
889 numMatches && candState;
890 numMatches--, statMatch++, candState = candState->nextLevel) {
891 if ((statMatch->typeIndex != candState->typeIndex) ||
892 (statMatch->modIndex != candState->modIndex))
896 *leafStateRtn = candState;
911 StatePtr candState = NULL, matchState = NULL; local in function:TryCurrentTree
924 ++currIndex, (*contextPtr), &candState))
983 StatePtr matchState = NULL, candState; local in function:HandleComplexState
[all...]
H A DTMprint.c501 StatePtr currState, candState; local in function:FindNextMatch
521 candState = nextLevel;
524 (candState && !candState->isCycleEnd));
526 candState = candState->nextLevel) {
527 if ((currState->typeIndex != candState->typeIndex) ||
528 (currState->modIndex != candState->modIndex))
531 if (candState == currState) {

Completed in 4 milliseconds