Searched defs:x_count (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/metrics/
H A Dhistogram.cc650 int x_count = static_cast<int>(k_line_length * (current_size / max_size) local
652 int x_remainder = k_line_length - x_count;
654 while (0 < x_count--)

Completed in 33 milliseconds