Searched refs:histo (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/tools/diag/dumpvfscache/
H A Ddumpvfscache.c62 int histo[2047]; variable
122 histo[nb]++;
129 p1 += histo[i] * i;
131 if (histo[i] || histn[i])
132 printf("H%02d %4d %4d / %4d %4d\n",i,histo[i], p1 , histn[i], p2);
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c260 dump_histogram(const uint64_t *histo, int size, int offset) argument
268 if (histo[i] > max)
269 max = histo[i];
270 if (histo[i] > 0 && i > maxidx)
272 if (histo[i] > 0 && i < minidx)
281 i + offset, (u_longlong_t)histo[i],
282 &histo_stars[(max - histo[i]) * histo_width / max]);

Completed in 106 milliseconds