Searched refs:outRefPos (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicotrns.c291 if '*found', the other output values ('*outRefPos', '*endFSTstate', '*nextInPos'*)
297 picokfst_symid_t * outSym, picoos_int32 * outRefPos,
318 (*outRefPos) = inSeq[altDesc->inPos].pos;
346 (*outRefPos) = inSeq[altDesc->inPos].pos;
366 (*outRefPos) = PICOTRNS_POS_INSERT;
469 picoos_int32 outRefPos; local
500 GetNextAlternative(fst,& altDesc[tmpRecPos],inSeq,inSeqLen,& outSym,& outRefPos,& endFSTState,& nextInPos,& found);
505 ap->altOutRefPos = outRefPos;
295 GetNextAlternative(picokfst_FST fst, picotrns_AltDesc altDesc, const picotrns_possym_t inSeq[], picoos_uint16 inSeqLen, picokfst_symid_t * outSym, picoos_int32 * outRefPos, picokfst_state_t * endFSTState, picoos_int32 * nextInPos, picoos_bool * found) argument

Completed in 376 milliseconds