Home
last modified time | relevance | path

Searched defs:srec_context (Results 1 – 1 of 1) sorted by relevance

/external/srec/srec/include/
Dsrec_context.h98 typedef struct srec_context struct
100 asr_uint32_t modelid; /* modelid at compilation time, or 0 for unknown */
101 int grmtyp; /* GrammarType */
103 FSMarc* FSMarc_list; /* allocation base */
104 arcID num_arcs; /* number of arcs actually used */
105 arcID FSMarc_list_len; /* number of arcs allocated */
106 arcID num_base_arcs; /* number of arcs before additions */
107 arcID FSMarc_freelist; /* head of the free list */
109 FSMnode* FSMnode_list;
110 nodeID num_nodes;
[all …]