Home
last modified time | relevance | path

Searched defs:bucket_offset (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/tokio/src/runtime/metrics/histogram/
Dh2_histogram.rs36 pub(crate) bucket_offset: usize, field
243 let bucket_offset = cmp::max(bucket_index(min_value, p), 1) - 1; in build() localVariable
447 fn bucket_offset() { in bucket_offset() function