HomeSort by relevance Sort by last modified time
    Searched refs:FSMnode (Results 1 - 5 of 5) sorted by null

  /external/srec/srec/include/
search_network.h 28 typedef struct FSMnode_t FSMnode;
68 #define FSMNODE_FREE (FSMnode*)0xffffffff
96 typedef FSMnode* FSMnode_ptr;
srec_context.h 109 FSMnode* FSMnode_list;
  /external/srec/srec/crec/
srec_context.c 106 int printf_node1(srec_context* fst, FSMnode* node);
116 int fst_free_node(srec_context* fst, FSMnode* node);
122 void append_arc_arriving_node(srec_context* fst, FSMnode* to_node, FSMarc_ptr atok);
123 void append_arc_leaving_node(srec_context* fst, FSMnode* fr_node, FSMarc_ptr atok);
124 int num_arcs_leaving(srec_context* fst, FSMnode* node);
126 int num_arcs_arriving(srec_context* fst, FSMnode* node);
127 int num_arcs_arriving_gt_1(srec_context* fst, FSMnode* node);
915 FSMnode *fr_node, *to_node;
981 fst->FSMnode_list = (FSMnode*)CALLOC_CLR(max_num_FSMnodes, sizeof(FSMnode), "srec.graph.nodes")
    [all...]
srec.c 361 FSMnode* fsm_node;
692 /* gets rid of fsmnode which trace back to this word since
780 /* we killed the fsmnode token associated with the word being removed.
815 fsmnode tokens and maximize into new FSMnode tokens (finds the best path to an FSM
828 FSMnode* fsm_node;
    [all...]
  /external/srec/tools/test_g2g/
test_g2g.c 248 FSMnode* node;

Completed in 28 milliseconds