Home
last modified time | relevance | path

Searched refs:fsm_to_hmm (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/crec/
Dcomp_stats.c54 init_cs_clock(&c.fsm_to_hmm); in init_comp_stats()
87 print_cs_clock(&cs->fsm_to_hmm, cs->total_time, fp, " FSM to HMM", "FSM_Nodes"); in dump_comp_stats()
Dsrec.c2218 start_cs_clock(&comp_stats->fsm_to_hmm); in srec_viterbi_part1()
2239 end_cs_clock(&comp_stats->fsm_to_hmm, num_fsm_nodes_updated); in srec_viterbi_part1()
/external/srec/srec/include/
Dcomp_stats.h81 CS_CLOCK fsm_to_hmm; member