Searched refs:cind (Results 1 - 4 of 4) sorted by relevance

/external/svox/pico/lib/
H A Dpicosa.c179 picoos_uint16 cind; member in struct:__anon31432
281 sa->headx[i].cind = 0;
662 disambiguated POS, adapt current headx cind/len
667 PICODBG_DEBUG(("comparing POS at cind + %d", i));
670 sa->cbuf1[sa->headx[ci].cind + i])) {
673 sa->headx[ci].cind += i;
704 /* set headx.cind, and copy content, head unchanged */
705 cind1 = sa->headx[ind].cind;
706 sa->headx[ind].cind = sa->cbuf2Len;
715 sa->headx[ind].cind
[all...]
H A Dpicoacph.c126 picoos_uint16 cind; member in struct:__anon31395
188 acph->headx[i].cind = 0;
337 ch = acph->cbuf[acph->headx[ind].cind + i];
654 pend = acph->headx[ind].cind + acph->headx[ind].head.len;
655 for (pind = acph->headx[ind].cind; pind < pend; pind++) {
773 pos = acph->headx[ind].cind;
1119 acph->headx[acph->headxLen].cind = acph->cbufLen;
1122 acph->headx[acph->headxLen].cind = 0;
1227 acph->cbuf[acph->headx[i].cind+j]));
1230 acph->cbuf[acph->headx[i].cind
[all...]
H A Dpicospho.c154 picoos_uint16 cind; member in struct:__anon31433
424 c_i = spho->headx[to].cind;
426 c_j = spho->headx[j].cind;
448 spho->headx[j].cind -= c_diff;
550 content = spho->cbuf + spho->headx[pos].cind;
1002 spho->headx[spho->headxWritePos].cind = spho->cbufWritePos;
1084 icontent = spho->cbuf + spho->headx[spho->headxReadPos].cind;
1275 /* icontent = spho->cbuf + spho->headx[spho->outReadPos].cind; */
1302 icontent = spho->cbuf + spho->headx[spho->outReadPos].cind;
1414 icontent = spho->cbuf + spho->headx[spho->outReadPos].cind;
[all...]
H A Dpicocep.c148 picoos_uint16 cind; member in struct:__anon31396
1665 cep->headx[cep->headxWritePos].cind
1669 cep->headx[cep->headxWritePos].cind = 0;
1774 &(cep->cbuf[cep->headx[cep->headxBottom].cind]),

Completed in 673 milliseconds