Searched refs:first_bin (Results 1 – 3 of 3) sorted by relevance
54 int first_bin; member837 args->first_bin = first_bin; in dt_format_quantize_prepare()855 first_bin = args.first_bin; in dt_format_quantize()886 first_bin = args.first_bin; in dt_print_quantize()999 args->first_bin = first_bin; in dt_format_lquantize_prepare()1021 first_bin = args.first_bin; in dt_format_lquantize()1067 first_bin = args.first_bin; in dt_print_lquantize()1198 while (first_bin < levels && data[first_bin] == 0) in dt_format_llquantize_prepare()1221 args->first_bin = first_bin; in dt_format_llquantize_prepare()1253 first_bin = args.first_bin; in dt_format_llquantize()[all …]
617 int first_bin, last_bin; in process_aggregate() local626 for (first_bin = DTRACE_QUANTIZE_ZEROBUCKET; in process_aggregate()627 a[first_bin] == 0; first_bin++) in process_aggregate()642 bin_size = a[first_bin]; in process_aggregate()646 (first_bin - DTRACE_QUANTIZE_ZEROBUCKET), in process_aggregate()657 if (first_bin++ == last_bin) in process_aggregate()
1762 int first_bin, last_bin, max_bin_count, total_bin_count; in report_stats() local1898 first_bin = 0; in report_stats()1899 while (lsp->ls_hist[first_bin] == 0) in report_stats()1900 first_bin++; in report_stats()1908 for (j = first_bin; j <= last_bin; j++) { in report_stats()1921 for (j = first_bin; j <= last_bin; j++) { in report_stats()