Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicokfst.c311 picokfst_symid_t * outSym, picokfst_class_t * pairClass) in picokfst_kfstGetNextPair() argument
319 (*outSym) = PICOKFST_SYMID_ILLEG; in picokfst_kfstGetNextPair()
324 *outSym = (picokfst_symid_t)val; in picokfst_kfstGetNextPair()
325 if ((*outSym) != PICOKFST_SYMID_ILLEG) { in picokfst_kfstGetNextPair()
332 (*outSym) = PICOKFST_SYMID_ILLEG; in picokfst_kfstGetNextPair()
388 picokfst_symid_t * outSym, picokfst_state_t * endState) in picokfst_kfstGetNextInEpsTrans() argument
396 (*outSym) = PICOKFST_SYMID_ILLEG; in picokfst_kfstGetNextInEpsTrans()
401 *outSym = (picokfst_symid_t)val; in picokfst_kfstGetNextInEpsTrans()
402 if ((*outSym) != PICOKFST_SYMID_ILLEG) { in picokfst_kfstGetNextInEpsTrans()
409 (*outSym) = PICOKFST_SYMID_ILLEG; in picokfst_kfstGetNextInEpsTrans()
Dpicokfst.h130 picokfst_symid_t * outSym, picokfst_class_t * pairClass);
155 picokfst_symid_t * outSym, picokfst_state_t * endState);
Dpicotrns.c297 picokfst_symid_t * outSym, picoos_int32 * outRefPos, in GetNextAlternative() argument
317 (*outSym) = PICOKFST_SYMID_EPS; in GetNextAlternative()
341 … picokfst_kfstGetNextPair(fst,& altDesc->searchState,& pairFound,& (*outSym),& pairClass); in GetNextAlternative()
363 …t_kfstGetNextInEpsTrans(fst,& altDesc->searchState,& inEpsTransFound,& (*outSym),& (*endFSTState)); in GetNextAlternative()
468 picokfst_symid_t outSym; in TransductionStep() local
500 …GetNextAlternative(fst,& altDesc[tmpRecPos],inSeq,inSeqLen,& outSym,& outRefPos,& endFSTState,& ne… in TransductionStep()
504 ap->altOutSym = outSym; in TransductionStep()