Home
last modified time | relevance | path

Searched refs:max_buckets (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/libartbase/base/
H A Dhistogram-inl.h59 size_t max_buckets) in Histogram() argument
63 max_buckets_(max_buckets), in Histogram()
65 CHECK_GE(max_buckets, kInitialBucketCount); in Histogram()
H A Dhistogram.h49 Histogram(const char* name, Value initial_bucket_width, size_t max_buckets = 100);
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger_event_defs.h413 u32 max_buckets; member
H A Dwifilogger_diag.cpp157 pScanCapabilities->extscan_cache_capabilities.max_buckets; in process_log_extscan_capabilities()