Home | History | Annotate | Download | only in lib

Lines Matching refs:nextInPos

931     picoos_uint16 nextInPos;
1303 nextInPos = spho->outReadPos + 1;
1323 rv = getNextPosSym(spho, &pos, &sym, nextInPos);
1379 &sym, nextInPos))) {
1418 nextInPos = spho->outReadPos + 1;
1421 if (nextInPos <= spho->activeStartPos) { /* we're in the (passive) left context. Just skip it */
1422 PICODBG_DEBUG(("RECOMB skipping item in the left context (%i <= %i)",nextInPos, spho->activeStartPos));
1430 while (SPHO_POSSYM_OK == (rv = getNextPosSym(spho,&pos,&sym,nextInPos))) {
1437 spho->outReadPos = nextInPos;
1451 rv = getNextPosSym(spho, &pos, &sym, nextInPos);
1464 spho->outReadPos = nextInPos;
1475 rv = getNextPosSym(spho, &pos, &sym, nextInPos);
1486 PICODBG_DEBUG(("RECOMB consuming item from inBuf %i -> %i",spho->outReadPos, nextInPos));
1487 spho->outReadPos = nextInPos;
1494 PICODBG_DEBUG(("RECOMB consuming item from inBuf %i -> %i",spho->outReadPos, nextInPos));
1495 spho->outReadPos = nextInPos;
1510 /* consume all transduced phonemes with pos in in the range [spho->outReadPos,nextInPos[ */
1518 nextInPos = spho->outReadPos + 1;
1524 rv = getNextPosSym(spho,&pos,&sym,nextInPos);
1535 PICODBG_DEBUG(("SYL (2) treating item in inBuf range [%i,%i[",spho->outReadPos,nextInPos));
1536 rv = getNextPosSym(spho,&pos,&sym,nextInPos);
1552 PICODBG_DEBUG(("SYL (3) treating item in inBuf range [%i,%i[",spho->outReadPos,nextInPos));
1556 PICODBG_DEBUG(("collecting syllable phonemes before headx position %i",nextInPos));
1558 while (SPHO_POSSYM_OK == (rv = getNextPosSym(spho,&pos,&sym,nextInPos)) && (sym != sylsym)) {
1564 PICODBG_DEBUG(("SYL (4) treating item in inBuf range [%i,%i[",spho->outReadPos,nextInPos));
1571 spho->outReadPos = nextInPos; /* advance to next item */
1576 PICODBG_DEBUG(("SYL (5) treating item in inBuf range [%i,%i[",spho->outReadPos,nextInPos));