Home
last modified time | relevance | path

Searched refs:bucket_for (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/php/tests/qps/
Dhistogram.php32 private function bucket_for($value) { function in Histogram
45 $this->buckets = array_fill(0, $this->bucket_for($max_possible)+1, 0);
58 $this->buckets[$this->bucket_for($value)] += 1;
91 $this->buckets = array_fill(0, $this->bucket_for($this->max_possible)+1, 0);
/third_party/grpc/src/ruby/qps/
Dhistogram.rb25 def bucket_for(value) method in Histogram
41 @buckets=Array.new(bucket_for(max_possible)+1, 0)
56 @buckets[bucket_for(value)] += 1
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-map.hh152 unsigned int i = bucket_for (key); in set()
175 unsigned int i = bucket_for (key); in get()
240 unsigned int bucket_for (K key) const in bucket_for() function
/third_party/grpc/test/core/util/
Dhistogram.cc64 static size_t bucket_for(grpc_histogram* h, double x) { in bucket_for() function
112 h->buckets[bucket_for(h, x)]++; in grpc_histogram_add()
/third_party/harfbuzz/src/
Dhb-map.hh151 unsigned int i = bucket_for (key); in get()
242 unsigned int bucket_for (K key) const in bucket_for() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-map.hh182 unsigned int i = bucket_for (key); in get()
276 unsigned int bucket_for (K key) const in bucket_for() function
/third_party/chromium/patch/
D0001-cve.patch32443 unsigned int i = bucket_for (key);