Home
last modified time | relevance | path

Searched refs:kDfsWhite (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
Ddfs-visit.h68 const int kDfsWhite = 0; // Undiscovered variable
113 state_color.resize(nstates, kDfsWhite); in DfsVisit()
129 state_color.resize(nstates, kDfsWhite); in DfsVisit()
150 state_color.resize(nstates, kDfsWhite); in DfsVisit()
159 case kDfsWhite: in DfsVisit()
179 root < nstates && state_color[root] != kDfsWhite; in DfsVisit()
187 state_color.push_back(kDfsWhite); in DfsVisit()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Ddfs-visit.h58 const int kDfsWhite = 0; // Undiscovered variable
94 state_color.push_back(kDfsWhite); in DfsVisit()
131 case kDfsWhite: in DfsVisit()
150 root < nstates && state_color[root] != kDfsWhite; in DfsVisit()
/external/openfst/src/include/fst/extensions/pdt/
Dparen.h222 state_color_.resize(s + 1, kDfsWhite); in DFSearch()