Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicokfst.c273 picoos_bool * inSymFound, picoos_int32 * searchState) in picokfst_kfstStartPairSearch() argument
283 (*searchState) = -1; in picokfst_kfstStartPairSearch()
301 (*searchState) = pos; in picokfst_kfstStartPairSearch()
309 extern void picokfst_kfstGetNextPair (picokfst_FST this, picoos_int32 * searchState, in picokfst_kfstGetNextPair() argument
317 if ((*searchState) < 0) { in picokfst_kfstGetNextPair()
322 pos = (*searchState); in picokfst_kfstGetNextPair()
329 (*searchState) = pos; in picokfst_kfstGetNextPair()
334 (*searchState) = -1; in picokfst_kfstGetNextPair()
364 … picoos_bool * inEpsTransFound, picoos_int32 * searchState) in picokfst_kfstStartInEpsTransSearch() argument
371 (*searchState) = -1; in picokfst_kfstStartInEpsTransSearch()
[all …]
Dpicokfst.h122 picoos_bool * inSymFound, picoos_int32 * searchState);
128 void picokfst_kfstGetNextPair (picokfst_FST this, picoos_int32 * searchState,
145 … picoos_bool * inEpsTransFound, picoos_int32 * searchState);
153 void picokfst_kfstGetNextInEpsTrans (picokfst_FST this, picoos_int32 * searchState,
Dpicotrns.c155 picoos_int32 searchState; /**< pair search state or inEps trans search state */ member
324 … picokfst_kfstStartPairSearch(fst,inSeq[altDesc->inPos].sym,& inSymFound,& altDesc->searchState); in GetNextAlternative()
341 … picokfst_kfstGetNextPair(fst,& altDesc->searchState,& pairFound,& (*outSym),& pairClass); in GetNextAlternative()
355 …fst_kfstStartInEpsTransSearch(fst,altDesc->startFSTState,& inEpsTransFound,& altDesc->searchState); in GetNextAlternative()
363 …picokfst_kfstGetNextInEpsTrans(fst,& altDesc->searchState,& inEpsTransFound,& (*outSym),& (*endFST… in GetNextAlternative()