Lines Matching refs:histo
517 uint64_t histo[HISTOSZ];
527 histo[i] = 0;
558 histo[len]++;
569 if (histo[i] > 0)
573 mdb_printf("%u %llu\n", i, histo[i]);
1097 dump_histogram(const uint64_t *histo, int size, int offset)
1105 if (histo[i] > max)
1106 max = histo[i];
1107 if (histo[i] > 0 && i > maxidx)
1109 if (histo[i] > 0 && i < minidx)
1118 i + offset, (u_longlong_t)histo[i],
1119 &histo_stars[(max - histo[i]) * histo_width / max]);