• Home
  • Raw
  • Download

Lines Matching refs:outReadPos

188     picoos_uint16 outReadPos; /* next pos to read from inBuf for output */  member
816 ohead.info1 = spho->headx[spho->outReadPos].boundstrength; in putSideBoundToOutput()
817 ohead.info2 = spho->headx[spho->outReadPos].phrasetype; in putSideBoundToOutput()
818 sildur = spho->headx[spho->outReadPos].sildur; in putSideBoundToOutput()
834 spho->headx[spho->outReadPos].boundstrength = 0; in putSideBoundToOutput()
860 spho->headx[spho->outReadPos].boundstrength = strength; in setSideBound()
861 spho->headx[spho->outReadPos].sildur = -1; in setSideBound()
862 …rength to fst-suggested value %c (was %c)",strength, spho->headx[spho->outReadPos].boundstrength, … in setSideBound()
871 …-imposed value %c (was %c) and time to %i",strength, spho->headx[spho->outReadPos].boundstrength, … in setSideBound()
872 spho->headx[spho->outReadPos].boundstrength = strength; in setSideBound()
873 spho->headx[spho->outReadPos].sildur = spho->breakTime; in setSideBound()
876 if (spho->headx[spho->outReadPos].boundstrength) { in setSideBound()
898 spho->lastPhraseBoundPos = spho->outReadPos; in setSideBound()
903 spho->headx[spho->outReadPos].phrasetype = PICODATA_ITEMINFO2_NA; in setSideBound()
1215 spho->outReadPos = 0; in sphoStep()
1272 while (spho->outReadPos < spho->activeStartPos) { in sphoStep()
1274 ihead = spho->headx[spho->outReadPos].head; in sphoStep()
1276 …PICODBG_INFO(("in position %i, looking at item %s",spho->outReadPos,picodata_head_to_string(&ihead… in sphoStep()
1282 spho->outReadPos++; in sphoStep()
1298 while (spho->outReadPos < spho->activeEndPos) { in sphoStep()
1301 ihead = spho->headx[spho->outReadPos].head; in sphoStep()
1302 icontent = spho->cbuf + spho->headx[spho->outReadPos].cind; in sphoStep()
1303 nextInPos = spho->outReadPos + 1; in sphoStep()
1305 …PICODBG_INFO(("in position %i, looking at item %s",spho->outReadPos,picodata_head_to_string(&ihead… in sphoStep()
1382 spho->outReadPos++; in sphoStep()
1386 spho->outReadPos = 0; in sphoStep()
1406 if (spho->outReadPos >= spho->activeEndPos) { in sphoStep()
1407 PICODBG_DEBUG(("RECOMB reached active region's end at %i",spho->outReadPos)); in sphoStep()
1413 ihead = spho->headx[spho->outReadPos].head; in sphoStep()
1414 icontent = spho->cbuf + spho->headx[spho->outReadPos].cind; in sphoStep()
1418 nextInPos = spho->outReadPos + 1; in sphoStep()
1420 PICODBG_DEBUG(("RECOMB treating item in headx at pos %i",spho->outReadPos)); in sphoStep()
1437 spho->outReadPos = nextInPos; in sphoStep()
1439 if (spho->headx[spho->outReadPos].boundstrength) { in sphoStep()
1444 spho->headx[spho->outReadPos].boundstrength = 0; in sphoStep()
1464 spho->outReadPos = 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()
1516 ihead = spho->headx[spho->outReadPos].head; in sphoStep()
1517 icontent = spho->cbuf + spho->headx[spho->outReadPos].cind; in sphoStep()
1518 nextInPos = spho->outReadPos + 1; in sphoStep()
1519 PICODBG_DEBUG(("SYL (1) treating item in headx at pos %i",spho->outReadPos)); in sphoStep()
1523 …Pos, spho->phonBuf[spho->phonReadPos].pos, spho->phonBuf[spho->phonReadPos].sym,spho->outReadPos)); in sphoStep()
1535 … PICODBG_DEBUG(("SYL (2) treating item in inBuf range [%i,%i[",spho->outReadPos,nextInPos)); in sphoStep()
1552 … PICODBG_DEBUG(("SYL (3) treating item in inBuf range [%i,%i[",spho->outReadPos,nextInPos)); 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()