Home
last modified time | relevance | path

Searched refs:kDfsGrey (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Ddfs-visit.h69 const int kDfsGrey = 1; // Discovered & unfinished variable
121 state_color[root] = kDfsGrey; in DfsVisit()
162 state_color[arc.nextstate] = kDfsGrey; in DfsVisit()
166 case kDfsGrey: in DfsVisit()
/external/openfst/src/include/fst/extensions/pdt/
Dparen.h235 if (state_color_[s] == kDfsGrey) in DFSearch()
238 state_color_[s] = kDfsGrey; in DFSearch()