Home
last modified time | relevance | path

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

/external/srec/srec/include/
Dcomp_stats.h53 #define end_cs_clock end_cs_clock_esr macro
105 void end_cs_clock(CS_CLOCK *c, int count);
127 #define end_cs_clock1( CLK,CNT) end_cs_clock( CLK,CNT)
/external/srec/srec/crec/
Dcomp_stats.c138 void end_cs_clock(CS_CLOCK *c, int count) in end_cs_clock() function
Dsrec.c1683 end_cs_clock(&comp_stats->front_end, 1); in stop_front_end_clock()
2194 end_cs_clock(&comp_stats->models, num_models_computed); in srec_viterbi_part1()
2217 end_cs_clock(&comp_stats->internal_hmm, rec->num_new_states); in srec_viterbi_part1()
2239 end_cs_clock(&comp_stats->fsm_to_hmm, num_fsm_nodes_updated); in srec_viterbi_part1()
2254 end_cs_clock(&comp_stats->prune, rec->num_new_states); in srec_viterbi_part1()
2302 end_cs_clock(&comp_stats->hmm_to_fsm, rec->num_new_states); in srec_viterbi_part2()
2319 end_cs_clock(&comp_stats->epsilon, num_fsm_nodes_updated); in srec_viterbi_part2()