HomeSort by relevance Sort by last modified time
    Searched refs:outSym (Results 1 - 3 of 3) sorted by null

  /external/svox/pico/lib/
picokfst.h 126 '*outSym' returns the output symbol of the found pair, and '*pairClass' returns the
130 picokfst_symid_t * outSym, picokfst_class_t * pairClass);
150 whether a new transition with input epsilon was found, '*outSym 'returns
155 picokfst_symid_t * outSym, picokfst_state_t * endState);
picokfst.c 311 picokfst_symid_t * outSym, picokfst_class_t * pairClass)
319 (*outSym) = PICOKFST_SYMID_ILLEG;
324 *outSym = (picokfst_symid_t)val;
325 if ((*outSym) != PICOKFST_SYMID_ILLEG) {
332 (*outSym) = PICOKFST_SYMID_ILLEG;
388 picokfst_symid_t * outSym, picokfst_state_t * endState)
396 (*outSym) = PICOKFST_SYMID_ILLEG;
401 *outSym = (picokfst_symid_t)val;
402 if ((*outSym) != PICOKFST_SYMID_ILLEG) {
409 (*outSym) = PICOKFST_SYMID_ILLEG
    [all...]
picotrns.c 288 /* Gets next acceptable alternative for output symbol '*outSym' at current recursion position
297 picokfst_symid_t * outSym, picoos_int32 * outRefPos,
317 (*outSym) = PICOKFST_SYMID_EPS;
341 picokfst_kfstGetNextPair(fst,& altDesc->searchState,& pairFound,& (*outSym),& pairClass);
363 picokfst_kfstGetNextInEpsTrans(fst,& altDesc->searchState,& inEpsTransFound,& (*outSym),& (*endFSTState));
468 picokfst_symid_t outSym;
500 GetNextAlternative(fst,& altDesc[tmpRecPos],inSeq,inSeqLen,& outSym,& outRefPos,& endFSTState,& nextInPos,& found);
504 ap->altOutSym = outSym;

Completed in 43 milliseconds