Searched refs:histogram (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dvalue-prof.c263 histogram_value histogram; local
289 for (histogram = ann->histograms; histogram; histogram = histogram->hvalue.next)
290 if (histogram->type == HIST_TYPE_SINGLE_VALUE)
293 if (!histogram)
296 value = histogram->hvalue.value;
297 val = histogram->hvalue.counters[0];
298 count = histogram
430 histogram_value histogram; local
612 histogram_value histogram; local
[all...]
/freebsd-9.3-release/usr.bin/systat/
H A Diostat.c88 static void histogram(long double, int, double);
333 histogram(mb_per_second, 50, .5);
335 histogram(transfers_per_second, 50, .5);
338 histogram(kb_per_transfer, 50, .5);
358 histogram(100.0 * cur.cp_time[o] / dtime, 50, CPUSCALE);
362 histogram(long double val, int colwidth, double scale) function
/freebsd-9.3-release/release/picobsd/tinyware/view/
H A Dview.c312 png_uint_16p histogram; local
313 png_get_hIST(png_ptr,info_ptr,&histogram);
314 png_set_dither(png_ptr,palette,num_palette,max_screen_colors,histogram,0);

Completed in 61 milliseconds