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

  /external/openfst/src/include/fst/
equivalent.h 52 // mapped to kDeadState for both acceptors). The union-find algorithm
61 static const MappedId kDeadState = 0;
73 kDeadState
85 (kDeadState == s) ?
102 typename EquivalenceUtil<Arc>::MappedId EquivalenceUtil<Arc>::kDeadState;
225 if (Util::kDeadState != s1) {
237 if (Util::kDeadState != s2) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 43 // mapped to kDeadState for both acceptors). The union-find algorithm
52 static const MappedId kDeadState = 0;
64 kDeadState
76 (kDeadState == s) ?
190 if (Util::kDeadState != s1) {
202 if (Util::kDeadState != s2) {

Completed in 6052 milliseconds