Home
last modified time | relevance | path

Searched refs:inEpsTransFound (Results 1 – 3 of 3) sorted by relevance

/external/svox/pico/lib/
Dpicokfst.c364 … picoos_bool * inEpsTransFound, picoos_int32 * searchState) in picokfst_kfstStartInEpsTransSearch() argument
372 (*inEpsTransFound) = 0; in picokfst_kfstStartInEpsTransSearch()
378 (*inEpsTransFound) = 1; in picokfst_kfstStartInEpsTransSearch()
387 picoos_bool * inEpsTransFound, in picokfst_kfstGetNextInEpsTrans() argument
395 (*inEpsTransFound) = 0; in picokfst_kfstGetNextInEpsTrans()
405 (*inEpsTransFound) = 1; in picokfst_kfstGetNextInEpsTrans()
408 (*inEpsTransFound) = 0; in picokfst_kfstGetNextInEpsTrans()
Dpicokfst.h145 … picoos_bool * inEpsTransFound, picoos_int32 * searchState);
154 picoos_bool * inEpsTransFound,
Dpicotrns.c304 picoos_bool inEpsTransFound; in GetNextAlternative() local
355 …picokfst_kfstStartInEpsTransSearch(fst,altDesc->startFSTState,& inEpsTransFound,& altDesc->searchS… in GetNextAlternative()
356 if (inEpsTransFound) { in GetNextAlternative()
363 …picokfst_kfstGetNextInEpsTrans(fst,& altDesc->searchState,& inEpsTransFound,& (*outSym),& (*endFST… in GetNextAlternative()
364 if (inEpsTransFound) { in GetNextAlternative()