OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numstates2
(Results
1 - 1
of
1
) sorted by null
/external/openfst/src/include/fst/
concat.h
136
StateId
numstates2
= fst2->NumStates();
local
138
fst2->ReserveStates(
numstates2
+ CountStates(fst1));
153
arc.nextstate +=
numstates2
;
158
fst2->SetStart(start1 == kNoStateId ? fst2->AddState() : start1 +
numstates2
);
Completed in 99 milliseconds