HomeSort by relevance Sort by last modified time
    Searched defs:kDfsWhite (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
dfs-visit.h 68 const int kDfsWhite = 0; // Undiscovered
113 state_color.resize(nstates, kDfsWhite);
129 state_color.resize(nstates, kDfsWhite);
150 state_color.resize(nstates, kDfsWhite);
159 case kDfsWhite:
179 root < nstates && state_color[root] != kDfsWhite;
187 state_color.push_back(kDfsWhite);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
dfs-visit.h 58 const int kDfsWhite = 0; // Undiscovered
94 state_color.push_back(kDfsWhite);
131 case kDfsWhite:
150 root < nstates && state_color[root] != kDfsWhite;

Completed in 57 milliseconds