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

/external/svox/pico/lib/
H A Dpicoacph.c143 picoos_uint16 headxLen; /* length, 0 if empty */ member in struct:acph_subobj
178 acph->headxLen = 0;
391 upbound = acph->headxLen - 1;
427 PICODBG_TRACE(("headxLen: %d", acph->headxLen));
516 switch (acph->headx[acph->headxLen - 1].head.info2) {
566 switch (acph->headx[acph->headxLen - 1].head.info1) {
581 switch (acph->headx[acph->headxLen - 1].head.info2) {
647 if (ind >= acph->headxLen) {
702 while ((i < acph->headxLen)
[all...]
H A Dpicosa.c194 picoos_uint16 headxLen; /* length, 0 if empty */ member in struct:sa_subobj
269 sa->headxLen = 0;
532 while ((first < sa->headxLen) &&
538 if (first >= sa->headxLen) {
553 valbuf[i] = saPosDItemSeqGetPosRight(this, sa, lastprev3, sa->headxLen, &lastprev3);
556 PICODBG_TRACE(("headxLen: %d", sa->headxLen));
559 for (ci = first; ci < sa->headxLen; ci++) {
586 valbuf[PICOKDT_NRATT_POSD-1] = saPosDItemSeqGetPosRight(this, sa, lastprev3, sa->headxLen, &lastprev3);
1208 sa->procState, sa->headxLen, s
[all...]

Completed in 111 milliseconds