Searched refs:boundary_value (Results 1 – 4 of 4) sorted by relevance
/external/cronet/net/disk_cache/blockfile/ |
D | histogram_macros.h | 50 #define CACHE_HISTOGRAM_ENUMERATION(name, sample, boundary_value) do { \ argument 52 name, 1, boundary_value, boundary_value + 1, \
|
/external/cronet/components/nacl/renderer/ |
D | histogram.cc | 34 int32_t boundary_value) { in HistogramEnumerate() argument 39 boundary_value, in HistogramEnumerate() 40 boundary_value + 1, in HistogramEnumerate()
|
D | histogram.h | 27 int32_t boundary_value);
|
/external/angle/src/libANGLE/ |
D | histogram_macros.h | 53 #define ANGLE_HISTOGRAM_ENUMERATION(name, sample, boundary_value) \ argument 55 boundary_value)
|