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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c769 int i, first_bin = 0, last_bin = DTRACE_QUANTIZE_NBUCKETS - 1; local
786 last_bin = DTRACE_QUANTIZE_ZEROBUCKET + 1;
791 while (last_bin > 0 && data[last_bin] == 0)
792 last_bin--;
794 if (last_bin < DTRACE_QUANTIZE_NBUCKETS - 1)
795 last_bin++;
798 for (i = first_bin; i <= last_bin; i++) {
807 for (i = first_bin; i <= last_bin; i++) {
867 int i, first_bin, last_bin, bas local
997 int i, first_bin, last_bin, bin = 1, order, levels; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c617 int first_bin, last_bin; local
629 for (last_bin = DTRACE_QUANTIZE_ZEROBUCKET + 63;
630 a[last_bin] == 0; last_bin--)
657 if (first_bin++ == last_bin)
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1700 int first_bin, last_bin, max_bin_count, total_bin_count; local
1832 last_bin = 63;
1833 while (lsp->ls_hist[last_bin] == 0)
1834 last_bin--;
1838 for (j = first_bin; j <= last_bin; j++) {
1851 for (j = first_bin; j <= last_bin; j++) {

Completed in 80 milliseconds