HomeSort by relevance Sort by last modified time
    Searched full:nstart1 (Results 1 - 1 of 1) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union.h 75 StateId nstart1 = fst1->AddState(); local
76 fst1->SetStart(nstart1);
77 fst1->AddArc(nstart1, Arc(0, 0, Weight::One(), start1));
78 fst1->AddArc(nstart1, Arc(0, 0, Weight::One(), start2 + numstates1));

Completed in 3031 milliseconds