Lines Matching defs:count
157 * is eleven characters. Optionally, a label other than "count" may be specified
161 dist_print_header(const char *label, int width, const char *count)
170 if (count == NULL)
171 count = "count";
178 count);
199 uint64_t count = 0; /* bucket value */
212 count += counts[b];
214 nats = (NCHARS * count) / total;
224 mdb_printf("%*s |%s%s %lld\n", width, range, ats, spaces, count);