Home | History | Annotate | Download | only in src

Lines Matching refs:hundred_usec

4263       h->hundred_usec[i] = 0;
4324 if(val < 10) h->hundred_usec[(int)(val * base)]++;
4380 output_row(stdout, "HUNDRED_USEC ", h->hundred_usec);
4382 h->hundred_usec[0] += sum_row(h->unit_usec);
4383 h->hundred_usec[0] += sum_row(h->ten_usec);
4384 output_row(stdout, "TENTH_MSEC ", h->hundred_usec);
4440 result = HIST_search_bucket(h->hundred_usec, num, &last, &current, 1e2);