Home
last modified time | relevance | path

Searched refs:largest_count (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dsparse_histogram.cc241 Count largest_count = 0; in WriteAsciiImpl() local
251 if (count > largest_count) in WriteAsciiImpl()
252 largest_count = count; in WriteAsciiImpl()
272 WriteAsciiBucketGraph(count, largest_count, output); in WriteAsciiImpl()
/external/nanopb-c/generator/
Dnanopb_generator.py808 largest_count = count_required_fields(largest_msg)
809 if largest_count > 64:
811 yield '#if PB_MAX_REQUIRED_FIELDS < %d\n' % largest_count
813 yield ' setting PB_MAX_REQUIRED_FIELDS to %d or more.\n' % largest_count