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

  /external/openfst/src/include/fst/
dfs-visit.h 69 const int kDfsGrey = 1; // Discovered & unfinished
121 state_color[root] = kDfsGrey;
162 state_color[arc.nextstate] = kDfsGrey;
166 case kDfsGrey:
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
dfs-visit.h 59 const int kDfsGrey = 1; // Discovered & unfinished
101 state_color[root] = kDfsGrey;
134 state_color[arc.nextstate] = kDfsGrey;
138 case kDfsGrey:

Completed in 482 milliseconds