Searched refs:histogram_struct (Results 1 – 2 of 2) sorted by relevance
46 struct histogram_struct { struct59 typedef struct histogram_struct *HIST; argument
3382 if((h = (HIST) malloc(sizeof(struct histogram_struct))) == NULL) { in HIST_new()