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

  /external/srec/srec/include/
search_network.h 62 #define NODE_XtoI(NOD) ((nodeID)((NOD)-fst->FSMnode_list))
64 #define NODE_ItoX(NODE_ID) (&fst->FSMnode_list[NODE_ID])
76 #define NEXT_NODE(NOD) fst->FSMnode_list[(NOD)].un_ptr.next_node
79 #define FIRST_PREV(NOD) fst->FSMnode_list[(NOD)].first_prev_arc
80 #define FIRST_NEXT(NOD) fst->FSMnode_list[(NOD)].un_ptr.first_next_arc
85 #define NODE_XtoP(NOD) (&fst->FSMnode_list[(NOD)])
87 #define NODE_PtoX(NOD) ((nodeID)((NOD)-fst->FSMnode_list))
srec_context.h 109 FSMnode* FSMnode_list;
  /external/srec/srec/crec/
srec_context.c 981 fst->FSMnode_list = (FSMnode*)CALLOC_CLR(max_num_FSMnodes, sizeof(FSMnode), "srec.graph.nodes");
    [all...]
srec.c 408 fsm_node = &rec->context->FSMnode_list[current_ftoken->FSMnode_index];
857 fsm_node = &rec->context->FSMnode_list[current_ftoken->FSMnode_index];
    [all...]
  /external/srec/tools/test_g2g/
test_g2g.c 256 node = &fst->FSMnode_list[fr_node];
272 node = &fst->FSMnode_list[fr_node];
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 739 for (j = fst->FSMnode_list[node].un_ptr.first_next_arc; j != MAXarcID; j = arc->linkl_next_arc)

Completed in 53 milliseconds