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

  /external/srec/srec/include/
comp_stats.h 72 CS_CLOCK;
79 CS_CLOCK overall_search;
80 CS_CLOCK models;
81 CS_CLOCK fsm_to_hmm;
82 CS_CLOCK hmm_to_fsm;
83 CS_CLOCK internal_hmm;
84 CS_CLOCK epsilon;
85 CS_CLOCK prune;
86 CS_CLOCK front_end;
87 CS_CLOCK word_lookup
    [all...]
  /external/srec/srec/crec/
comp_stats.c 98 void print_cs_clock(CS_CLOCK *c, float num_seconds, PFile* fp, char *prompt, char *item_name)
112 void start_cs_clock(CS_CLOCK *c)
138 void end_cs_clock(CS_CLOCK *c, int count)
163 void reset_cs_clock(CS_CLOCK *c)
172 void init_cs_clock(CS_CLOCK *c)
184 CS_CLOCK *make_cs_clock(void)
186 CS_CLOCK *c = (CS_CLOCK *) NEW(CS_CLOCK, L("crec.cs_clock"));
    [all...]

Completed in 50 milliseconds