Searched defs:bucket_offset (Results 1 – 1 of 1) sorted by relevance
36 pub(crate) bucket_offset: usize, field243 let bucket_offset = cmp::max(bucket_index(min_value, p), 1) - 1; in build() localVariable447 fn bucket_offset() { in bucket_offset() function