Home
last modified time | relevance | path

Searched refs:phoneme_data (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/clib/
Dsrec_arb.c198 void read_phoneme_data(phoneme_data** pdata, asr_int16_t num_phonemes, char **buffer, PFile *fp) in read_phoneme_data()
201 phoneme_data *pd; in read_phoneme_data()
203 pd = *pdata = (phoneme_data*)(*buffer); in read_phoneme_data()
216 …ASSERT(sizeof(phoneme_data) == MAX_PHONEME_NAME_LEN + sizeof(asr_int16_t)*4 + sizeof(tree_node *)*… in read_phoneme_data()
217 (*buffer) += num_phonemes * sizeof(phoneme_data) / BYTES_PER_ATOM; in read_phoneme_data()
313 pfread(&allotree->pdata, sizeof(phoneme_data *), 1, fp); /* pdate */ in read_arbdata_from_stream()
/external/srec/srec/include/
Dsrec_arb.h70 phoneme_data; typedef
92 phoneme_data* pdata;