Lines Matching refs:nstates
106 StateId nstates = start + 1; // # of known states in general case in DfsVisit() local
109 nstates = CountStates(fst); // uses ExpandedFst::NumStates(). in DfsVisit()
113 state_color.resize(nstates, kDfsWhite); in DfsVisit()
120 for (StateId root = start; dfs && root < nstates;) { in DfsVisit()
128 nstates = s + 1; in DfsVisit()
129 state_color.resize(nstates, kDfsWhite); in DfsVisit()
149 nstates = arc.nextstate + 1; in DfsVisit()
150 state_color.resize(nstates, kDfsWhite); in DfsVisit()
179 root < nstates && state_color[root] != kDfsWhite; in DfsVisit()
184 if (!expanded && root == nstates) { in DfsVisit()
186 if (siter.Value() == nstates) { in DfsVisit()
187 ++nstates; in DfsVisit()