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

/external/svox/pico/lib/
H A Dpicotrns.h66 #define PICOTRNS_MAX_NUM_POSSYM 255 macro
153 * inSeq is assumed to be at most, outSeq at least of size PICOTRNS_MAX_NUM_POSSYM */
H A Dpicotrns.c206 * inSeq is assumed to be at most PICOTRNS_MAX_NUM_POSSYM, outSeq at least of size PICOTRNS_MAX_NUM_POSSYM */
603 picotrns_possym_t possymBufA[PICOTRNS_MAX_NUM_POSSYM+1];
604 picotrns_possym_t possymBufB[PICOTRNS_MAX_NUM_POSSYM+1];
686 this->possymBufTmp,&outSeqLen, PICOTRNS_MAX_NUM_POSSYM,
691 return picotrns_eliminate_epsilons(this->possymBufTmp,outSeqLen,this->possymBuf,&this->possymWritePos,PICOTRNS_MAX_NUM_POSSYM);
705 while ((*inStr) && (this->possymWritePos < PICOTRNS_MAX_NUM_POSSYM)) {
H A Dpicospho.c51 #define SPHO_MAX_ALTDESC_SIZE (60 * PICOTRNS_MAX_NUM_POSSYM)
200 /* the input to a transducer should not be larger than PICOTRNS_MAX_NUM_POSSYM
201 * so the output may expand (up to 4*PICOTRNS_MAX_NUM_POSSYM) */
203 picotrns_possym_t phonBufA[4 * PICOTRNS_MAX_NUM_POSSYM + 1];
204 picotrns_possym_t phonBufB[4 * PICOTRNS_MAX_NUM_POSSYM + 1];
466 if (2* PICOTRNS_MAX_NUM_POSSYM <= spho->phonWritePos) {
1237 4*PICOTRNS_MAX_NUM_POSSYM, spho->altDescBuf,
1255 &spho->phonWritePos,4*PICOTRNS_MAX_NUM_POSSYM);
H A Dpicosa.c56 #define SA_MAX_ALTDESC_SIZE (30*(PICOTRNS_MAX_NUM_POSSYM + 2))
204 picotrns_possym_t phonBufA[PICOTRNS_MAX_NUM_POSSYM+1];
205 picotrns_possym_t phonBufB[PICOTRNS_MAX_NUM_POSSYM+1];
1052 if (PICOTRNS_MAX_NUM_POSSYM <= sa->phonWritePos) {
1594 &sa->phonWritePos,PICOTRNS_MAX_NUM_POSSYM);
1609 &sa->phonWritePos,PICOTRNS_MAX_NUM_POSSYM);
1643 PICOTRNS_MAX_NUM_POSSYM, sa->altDescBuf,
1663 sa->phonWritePos, sa->phonBuf, &sa->phonWritePos,PICOTRNS_MAX_NUM_POSSYM);

Completed in 58 milliseconds