OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PICOTRNS_MAX_NUM_POSSYM
(Results
1 - 4
of
4
) sorted by null
/external/svox/pico/lib/
picotrns.h
66
#define
PICOTRNS_MAX_NUM_POSSYM
255
153
* inSeq is assumed to be at most, outSeq at least of size
PICOTRNS_MAX_NUM_POSSYM
*/
picotrns.c
206
* 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
)) {
picosa.c
56
#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];
[
all
...]
picospho.c
51
#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) {
[
all
...]
Completed in 2597 milliseconds