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

  /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:
  /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/openfst/src/include/fst/extensions/pdt/
paren.h 235 if (state_color_[s] == kDfsGrey)
238 state_color_[s] = kDfsGrey;

Completed in 40 milliseconds