OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phonReadPos
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picospho.c
207
picoos_uint16
phonReadPos
, phonWritePos; /* next pos to read from phonBufIn, next pos to write to phonBufIn */
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;
[
all
...]
picosa.c
208
picoos_uint16
phonReadPos
, phonWritePos; /* next pos to read from phonBufIn, next pos to write to phonBufIn */
293
sa->
phonReadPos
= 0;
[
all
...]
Completed in 75 milliseconds