Searched refs:HIST (Results 1 – 6 of 6) sorted by relevance
59 typedef struct histogram_struct *HIST; typedef65 HIST HIST_new(void); 71 void HIST_clear(HIST h);78 void HIST_add(register HIST h, int time_delta);85 void HIST_report(HIST h);
3379 HIST 3381 HIST h; in HIST_new()3382 if((h = (HIST) malloc(sizeof(struct histogram_struct))) == NULL) { in HIST_new()3391 HIST_clear(HIST h){ in HIST_clear()3408 HIST_add(register HIST h, int time_delta){ in HIST_add()3463 HIST_report(HIST h){ in HIST_report()
102 static HIST time_hist;
107 static HIST time_hist;
113 static HIST time_hist;
214 static HIST time_hist;