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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddfs-visit.h88 vector<char> state_color; // Fst state DFS status local
93 while ((StateId)state_color.size() < nstates)
94 state_color.push_back(kDfsWhite);
101 state_color[root] = kDfsGrey;
109 state_color[s] = kDfsBlack;
128 int next_color = state_color[arc.nextstate];
134 state_color[arc.nextstate] = kDfsGrey;
150 root < nstates && state_color[root] != kDfsWhite;

Completed in 24 milliseconds