Home
last modified time | relevance | path

Searched refs:cbufLen (Results 1 – 1 of 1) sorted by relevance

/external/svox/pico/lib/
Dpicoacph.c147 picoos_uint16 cbufLen; /* length, 0 if empty */ member
180 acph->cbufLen = 0; in acphInitialize()
1066 acph->procState, acph->headxLen, acph->cbufLen)); in acphStep()
1081 &(acph->cbuf[acph->cbufLen]), acph->cbufBufSize in acphStep()
1082 - acph->cbufLen, &clen); in acphStep()
1113 || ((acph->cbufBufSize - acph->cbufLen) in acphStep()
1119 acph->headx[acph->headxLen].cind = acph->cbufLen; in acphStep()
1120 acph->cbufLen += clen; in acphStep()
1404 acph->cbufLen = 0; in acphStep()