Searched refs:end_cs_clock (Results 1 – 3 of 3) sorted by relevance
/external/srec/srec/include/ |
D | comp_stats.h | 53 #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/ |
D | comp_stats.c | 138 void end_cs_clock(CS_CLOCK *c, int count) in end_cs_clock() function
|
D | srec.c | 1683 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()
|