Searched refs:hdr_init (Results 1 – 3 of 3) sorted by relevance
61 int hdr_init(
385 int hdr_init( in hdr_init() function432 return hdr_init(1, highest_trackable_value, significant_figures, result); in hdr_alloc()
20 CHECK_EQ(0, hdr_init(lowest, highest, figures, &histogram)); in Histogram()