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

/external/svox/pico/lib/
H A Dpicosa.c845 picoos_uint16 phonesind; local
856 available put them in phones in usuable order. phonesind is
859 phonesind = PICOSA_MAXITEMSIZE - 1;
943 phonesind)<phonesmaxlen) &&
952 sa->tmpbuf[phonesind--] = (picoos_uint8)dtresv.classvec[i];
991 /* a must be: (PICOSA_MAXITEMSIZE-1) - phonesind == *plen */
993 /* phonesind point to next free slot in the reverse domainn,
995 phonesind++;
996 for (i = 0; i < *plen; i++, phonesind++) {
997 phones[i] = sa->tmpbuf[phonesind];
[all...]

Completed in 448 milliseconds