OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nstart1
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
union.h
100
StateId
nstart1
= fst1->AddState();
local
101
fst1->SetStart(
nstart1
);
102
fst1->AddArc(
nstart1
, Arc(0, 0, Weight::One(), start1));
103
fst1->AddArc(
nstart1
, Arc(0, 0, Weight::One(), start2 + numstates1));
/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 156 milliseconds