Searched defs:nCount (Results 1 - 2 of 2) sorted by relevance

/external/svox/pico/lib/
H A Dpicosig2.c66 picoos_int32 nCount; local
292 for (nCount = 0; nCount < CEPST_BUFF_SIZE; nCount++) {
298 sig_inObj->int_vec41[nCount] = d32;
301 for (nCount = 0; nCount < PHASE_BUFF_SIZE; nCount++) {
307 sig_inObj->int_vec42[nCount] = d32;
331 picoos_int32 nCount; local
[all...]
H A Dpicosa.c798 picoos_uint32 nCount; local
812 for (nCount = 0; nCount < inLen; ) {
813 if (!picobase_get_next_utf8char(sInChar, inLen, &nCount, cstr)) {
819 if (nCount == pos) {
841 picoos_uint8 nCount; local
873 /* set start nCount to position of start of last utfchar */
876 /* nCount is (start position + 1) of utf8 char */
879 nCount = utfpos + 1;
886 while (nCount >
[all...]

Completed in 59 milliseconds