Home
last modified time | relevance | path

Searched refs:histogram_struct (Results 1 – 2 of 2) sorted by relevance

/external/netperf/
Dhist.h46 struct histogram_struct { struct
59 typedef struct histogram_struct *HIST; argument
Dnetlib.c3382 if((h = (HIST) malloc(sizeof(struct histogram_struct))) == NULL) { in HIST_new()