Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicospho.c931 picoos_uint16 nextInPos; in sphoStep() local
1303 nextInPos = spho->outReadPos + 1; in sphoStep()
1323 rv = getNextPosSym(spho, &pos, &sym, nextInPos); in sphoStep()
1379 &sym, nextInPos))) { in sphoStep()
1418 nextInPos = spho->outReadPos + 1; in sphoStep()
1421 … if (nextInPos <= spho->activeStartPos) { /* we're in the (passive) left context. Just skip it */ in sphoStep()
1422 …PICODBG_DEBUG(("RECOMB skipping item in the left context (%i <= %i)",nextInPos, spho->activeStartP… in sphoStep()
1430 while (SPHO_POSSYM_OK == (rv = getNextPosSym(spho,&pos,&sym,nextInPos))) { in sphoStep()
1437 spho->outReadPos = nextInPos; in sphoStep()
1451 rv = getNextPosSym(spho, &pos, &sym, nextInPos); in sphoStep()
[all …]
Dpicotrns.c298 … picokfst_state_t * endFSTState, picoos_int32 * nextInPos, picoos_bool * found) in GetNextAlternative() argument
320 (*nextInPos) = altDesc->inPos + 1; in GetNextAlternative()
347 (*nextInPos) = altDesc->inPos + 1; in GetNextAlternative()
367 (*nextInPos) = altDesc->inPos; in GetNextAlternative()
466 picoos_int32 nextInPos; in TransductionStep() local
500 …ve(fst,& altDesc[tmpRecPos],inSeq,inSeqLen,& outSym,& outRefPos,& endFSTState,& nextInPos,& found); in TransductionStep()
508 if ((nextInPos == inSeqLen) && picokfst_kfstIsAcceptingState(fst,endFSTState)) { in TransductionStep()
521 ap->inPos = nextInPos; in TransductionStep()
Dpicocep.c172 picoos_uint16 nextInPos; member
1443 cep->inReadPos = cep->nextInPos; in treat_phone()
1581 cep->nextInPos = PICODATA_ITEM_HEADSIZE + ihead.len; in cepStep()
1595 cep->inReadPos = cep->nextInPos; in cepStep()
1681 cep->inReadPos = cep->nextInPos; in cepStep()