Home
last modified time | relevance | path

Searched refs:bins (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Dsh.hist.c553 memset(bins, 0, sizeof(bins)); in testHash()
558 if (hits >= sizeof(bins)/sizeof(bins[0])) /* clip */ in testHash()
559 hits = highest = sizeof(bins)/sizeof(bins[0]) - 1; in testHash()
562 bins[hits]++; in testHash()
568 bins[i], bins[i]*100/length, i); in testHash()
572 memset(bins, 0, sizeof(bins)); in testHash()
587 if (run >= sizeof(bins)/sizeof(bins[0])) /* clip */ in testHash()
588 run = highest = sizeof(bins)/sizeof(bins[0]) - 1; in testHash()
591 bins[run]++; in testHash()
599 merit += bins[i]*i*i; in testHash()
[all …]
/dragonfly/contrib/binutils-2.27/gprof/
H A DREADME389 bins. The header contains the text-segment range that the histogram
407 Histogram bins are 16-bit numbers and each bin represent an equal
409 thousand bytes long and if there are ten bins in the histogram, each
H A Dgprof.texi1962 bins. The header contains the text-segment range that the histogram
1980 Histogram bins are 16-bit numbers and each bin represent an equal
1982 thousand bytes long and if there are ten bins in the histogram, each
2097 all the bins, and read them in.
2102 bins) must be the same. The time unit must be the same for all
2128 bins and assigning them to symbols. Since the symbol table
2131 over the sample bins.
H A Dgprof.info1709 bins. The header contains the text-segment range that the histogram
1726 Histogram bins are 16-bit numbers and each bin represent an equal
1728 bytes long and if there are ten bins in the histogram, each bin
1829 bins, and read them in. When multiple profile data files (or files
1833 divided by the number of bins) must be the same. The time unit must be
1855 (`hist.c:hist_assign_samples') by iterating over all the sample bins
1858 symbol table as we make our pass over the sample bins. This step