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

/external/svox/pico/lib/
H A Dpicospho.c207 picoos_uint16 phonReadPos, phonWritePos; /* next pos to read from phonBufIn, next pos to write to phonBufIn */ member in struct:spho_subobj
278 spho->phonReadPos = 0;
685 while ((spho->phonReadPos < spho->phonWritePos) && (PICOTRNS_POS_IGNORE == spho->phonBuf[spho->phonReadPos].pos)) {
686 PICODBG_DEBUG(("ignoring phone at spho->phonBuf[%i] because it has pos==IGNORE",spho->phonReadPos));
687 spho->phonReadPos++;
689 if ((spho->phonReadPos < spho->phonWritePos)) {
690 *pos = spho->phonBuf[spho->phonReadPos].pos;
692 *sym = spho->phonBuf[spho->phonReadPos++].sym;
973 spho->phonReadPos
[all...]
H A Dpicosa.c208 picoos_uint16 phonReadPos, phonWritePos; /* next pos to read from phonBufIn, next pos to write to phonBufIn */ member in struct:sa_subobj
293 sa->phonReadPos = 0;
1129 while ((sa->phonReadPos < sa->phonWritePos) && (PICOTRNS_POS_IGNORE == sa->phonBuf[sa->phonReadPos].pos)) {
1130 PICODBG_DEBUG(("ignoring phone at sa->phonBuf[%i] because it has pos==IGNORE",sa->phonReadPos));
1131 sa->phonReadPos++;
1133 if ((sa->phonReadPos < sa->phonWritePos)) {
1134 *pos = sa->phonBuf[sa->phonReadPos].pos;
1136 *sym = sa->phonBuf[sa->phonReadPos++].sym;
1611 sa->phonReadPos
[all...]

Completed in 82 milliseconds