HomeSort by relevance Sort by last modified time
    Searched refs:phonWritePos (Results 1 - 2 of 2) sorted by null

  /external/svox/pico/lib/
picosa.c 208 picoos_uint16 phonReadPos, phonWritePos; /* next pos to read from phonBufIn, next pos to write to phonBufIn */
294 sa->phonWritePos = 0;
    [all...]
picospho.c 207 picoos_uint16 phonReadPos, phonWritePos; /* next pos to read from phonBufIn, next pos to write to phonBufIn */
465 PICODBG_TRACE(("adding %i/%i (%c on plane %i) at phonBuf[%i]",pos,sym,unshifted,plane,spho->phonWritePos));
466 if (2* PICOTRNS_MAX_NUM_POSSYM <= spho->phonWritePos) {
471 spho->phonBuf[spho->phonWritePos].pos = pos;
472 spho->phonBuf[spho->phonWritePos].sym = sym;
473 spho->phonWritePos++;
547 oldPos = spho->phonWritePos;
588 curPos = spho->phonWritePos;
636 j=spho->phonWritePos-1;
660 spho->phonWritePos = oldPos
    [all...]

Completed in 46 milliseconds