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 42 // mapped to kDeadState for both acceptors). The union-find algorithm
51 static const MappedId kDeadState = 0;
63 kDeadState
75 (kDeadState == s) ?
189 if (Util::kDeadState != s1) {
201 if (Util::kDeadState != s2) {

Completed in 81 milliseconds