OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bucket_for
(Results
1 - 4
of
4
) sorted by null
/external/grpc-grpc/src/php/tests/qps/
histogram.php
32
private function
bucket_for
($value) {
function
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);
/external/grpc-grpc/src/ruby/qps/
histogram.rb
25
def
bucket_for
(value)
method in class:Histogram
41
@buckets=Array.new(
bucket_for
(max_possible)+1, 0)
56
@buckets[
bucket_for
(value)] += 1
/external/harfbuzz_ng/src/
hb-map.hh
134
unsigned int i =
bucket_for
(key);
157
unsigned int i =
bucket_for
(key);
183
unsigned int
bucket_for
(hb_codepoint_t key) const
function in struct:hb_map_t
/external/grpc-grpc/test/core/util/
histogram.cc
64
static size_t
bucket_for
(grpc_histogram* h, double x) {
function
112
h->buckets[
bucket_for
(h, x)]++;
Completed in 1092 milliseconds