Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dsrec_context.c992 fst->FSMarc_list[i].linkl_next_arc = FSMARC_NULL; in FST_LoadGraph()
1000 fr_node->un_ptr.first_next_arc = fr_node->first_prev_arc = FSMARC_NULL; in FST_LoadGraph()
1153 if (ntoken->un_ptr.first_next_arc != FSMARC_NULL) in FST_DumpGraph()
1155 for (atok = ntoken->un_ptr.first_next_arc; atok != FSMARC_NULL; atok = atoken->linkl_next_arc) in FST_DumpGraph()
1971 atoken->linkl_next_arc = FSMARC_NULL; in fst_get_free_arc()
1972 atoken->linkl_prev_arc = FSMARC_NULL; in fst_get_free_arc()
1990 ntoken->un_ptr.first_next_arc = FSMARC_NULL; in fst_get_free_node()
1991 ntoken->first_prev_arc = FSMARC_NULL; in fst_get_free_node()
2000 node->first_prev_arc = FSMARC_NULL; in fst_free_node()
2041 for (atok = FIRST_NEXT(ntok); atok != FSMARC_NULL; atok = atoken->linkl_next_arc) in fst_push_arc_olabel()
[all …]
/external/srec/srec/include/
Dsearch_network.h65 #define FSMARC_NULL NULL macro
89 #define FSMARC_NULL MAXarcID macro