OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PHONEMES
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
hmm_desc.h
77
unsigned char left_phone[
MAX_PHONEMES
];
78
unsigned char right_phone[
MAX_PHONEMES
];
all_defs.h
82
#define
MAX_PHONEMES
128
/external/srec/tools/make_cfst/
make_cfst.cpp
36
#define
MAX_PHONEMES
128
48
char lcontexts[
MAX_PHONEMES
];
49
char rcontexts[
MAX_PHONEMES
];
55
int lcontext_state[
MAX_PHONEMES
];
56
int rcontext_state[
MAX_PHONEMES
];
141
for(i=0;i<
MAX_PHONEMES
;i++) {
Completed in 44 milliseconds