Lines Matching refs:nextInPos
931 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()
1464 spho->outReadPos = nextInPos; in sphoStep()
1475 rv = getNextPosSym(spho, &pos, &sym, nextInPos); in sphoStep()
1486 … PICODBG_DEBUG(("RECOMB consuming item from inBuf %i -> %i",spho->outReadPos, nextInPos)); in sphoStep()
1487 spho->outReadPos = nextInPos; in sphoStep()
1494 … PICODBG_DEBUG(("RECOMB consuming item from inBuf %i -> %i",spho->outReadPos, nextInPos)); in sphoStep()
1495 spho->outReadPos = nextInPos; in sphoStep()
1518 nextInPos = spho->outReadPos + 1; in sphoStep()
1524 rv = getNextPosSym(spho,&pos,&sym,nextInPos); in sphoStep()
1535 … PICODBG_DEBUG(("SYL (2) treating item in inBuf range [%i,%i[",spho->outReadPos,nextInPos)); in sphoStep()
1536 rv = getNextPosSym(spho,&pos,&sym,nextInPos); in sphoStep()
1552 … PICODBG_DEBUG(("SYL (3) treating item in inBuf range [%i,%i[",spho->outReadPos,nextInPos)); in sphoStep()
1556 PICODBG_DEBUG(("collecting syllable phonemes before headx position %i",nextInPos)); in sphoStep()
1558 … while (SPHO_POSSYM_OK == (rv = getNextPosSym(spho,&pos,&sym,nextInPos)) && (sym != sylsym)) { in sphoStep()
1564 … PICODBG_DEBUG(("SYL (4) treating item in inBuf range [%i,%i[",spho->outReadPos,nextInPos)); in sphoStep()
1571 spho->outReadPos = nextInPos; /* advance to next item */ in sphoStep()
1576 … PICODBG_DEBUG(("SYL (5) treating item in inBuf range [%i,%i[",spho->outReadPos,nextInPos)); in sphoStep()