Searched defs:wordmap (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/include/
H A Dsrec_context.h62 wordmap; typedef in typeref:struct:__anon25984
136 wordmap *ilabels; /* input arc labels */
137 wordmap *olabels; /* word labels */
191 int FST_DumpWordMap(PFile* fp, wordmap* wmap);
205 int FST_LoadWordMap(wordmap** pwmap, int num_words_to_add, PFile* fp);
206 int FST_UnloadWordMap(wordmap** pwmap);
207 int FST_LoadGraph(srec_context* pfst, wordmap* imap, wordmap* omap,
221 /* wordmap functions */
222 int wordmap_whether_in_rule(wordmap* wma
[all...]
/external/srec/srec/crec/
H A Dsrec_context.c73 EXAMPLE: We need to cast a memory address to a (wordmap*)
74 so we call DATA_ALIGN(memptr, wordmap, filled),
139 static ESR_ReturnCode wordmap_clean ( wordmap *word_map );
140 static ESR_ReturnCode wordmap_populate ( wordmap *word_map, wordID num_words );
331 int wordmap_create(wordmap** pwmap, int num_chars, int num_words, int num_words_to_add)
333 wordmap* Interface;
337 Interface = (wordmap*)CALLOC_CLR(1, sizeof(wordmap), "srec.graph.wordmap.base");
340 /* *pwmap->words = (ptr32*) CALLOC_CLR(wmap->max_words, sizeof(ptr32), "graph.wordmap
2750 serializeWordMapV2(wordmap *wordmap, PFile* fp) argument
[all...]

Completed in 89 milliseconds