Lines Matching refs:HIST
4188 HIST
4190 HIST h; in HIST_new_n()
4192 if((h = (HIST) malloc(sizeof(struct histogram_struct))) == NULL) { in HIST_new_n()
4222 HIST
4229 HIST_clear(HIST h){ in HIST_clear()
4255 HIST_purge(HIST h) { in HIST_purge()
4262 HIST_add(register HIST h, int time_delta){ in HIST_add()
4347 HIST_report(HIST h){ in HIST_report()
4390 HIST_get_percentile(HIST h, const double percentile){ in HIST_get_percentile()
4446 HIST_get_stats(HIST h, int *min, int *max, double *mean, double *stddev){ in HIST_get_stats()
4558 HIST_timestamp_start(HIST h) { in HIST_timestamp_start()
4579 HIST_timestamp_stop_add(HIST h) { in HIST_timestamp_stop_add()