Searched defs:P8 (Results 1 - 3 of 3) sorted by relevance

/external/libgsm/inc/
H A Dproto.h33 #undef P8 macro
47 # define P8(x, a, b, c, d, e, f, g, h) (a, b, c, d, e, f, g, h) macro
61 # define P8(x, a, b, c, d, e, f, g, h) x a; b; c; d; e; f; g; h; macro
H A Dunproto.h21 #undef P8 macro
/external/svox/pico/lib/
H A Dpicopam.c276 #define P8 7 macro
1661 if (pam->nSyllPhoneme < inVect[P8])
1662 outVect[P8] = 1;
1664 outVect[P8] = 0;
4310 pam->sSyllFeats[pam->nCurrSyllable].phoneV[P8] = 1;
4369 pam->sSyllFeats[pam->nCurrSyllable].phoneV[P8] = pos; /*temp for storing the position of the vowel*/

Completed in 788 milliseconds