Home
last modified time | relevance | path

Searched refs:findBucket (Results 51 – 75 of 142) sorted by relevance

123456

/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go168 bucket, err := h.findBucket(value)
185 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/net/v2ray/v2ray-core-4.36.2/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go168 bucket, err := h.findBucket(value)
185 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/sysutils/restic/restic-0.12.1/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/sysutils/helm/helm-3.5.2/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/net/storj/storj-1.45.3/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/google.golang.org/grpc/grpc-go-1.34.0/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/www/tusd/tusd-1.8.0/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go168 bucket, err := h.findBucket(value)
185 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/devel/mutagen/mutagen-0.11.8/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/www/grafana8/grafana-8.3.6/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go168 bucket, err := h.findBucket(value)
185 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/devel/etcd33/etcd-3.3.23/vendor/google.golang.org/grpc/grpc-go-1.23.0/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/sysutils/istio/istio-1.6.7/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/www/tusc/tusc-0.4.7/vendor/github.com/tus/tusd/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/net/grpcurl/grpcurl-1.8.5/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/dht/
H A Dkbuckettable.h47 inline KBucketList::iterator findBucket(const dht::Key &id); in str_copy()
/dports/devel/opendht/opendht-1.10.1/include/opendht/
H A Ddht.h437 Bucket* findBucket(const InfoHash& id, sa_family_t af) { in findBucket() function
439 auto it = b.findBucket(id); in findBucket()
442 const Bucket* findBucket(const InfoHash& id, sa_family_t af) const { in findBucket() function
443 return const_cast<Dht*>(this)->findBucket(id, af); in findBucket()
/dports/devel/py-opendht/opendht-1.10.1/include/opendht/
H A Ddht.h437 Bucket* findBucket(const InfoHash& id, sa_family_t af) { in findBucket() function
439 auto it = b.findBucket(id); in findBucket()
442 const Bucket* findBucket(const InfoHash& id, sa_family_t af) const { in findBucket() function
443 return const_cast<Dht*>(this)->findBucket(id, af); in findBucket()
/dports/net/inlets/inlets-3.0.2/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram.go274 h.observe(v, h.findBucket(v))
278 i := h.findBucket(v)
356 func (h *histogram) findBucket(v float64) int { func
/dports/net/inlets/inlets-3.0.2/vendor/github.com/prometheus/client_golang/client_golang-1.4.0/prometheus/
H A Dhistogram.go274 h.observe(v, h.findBucket(v))
278 i := h.findBucket(v)
356 func (h *histogram) findBucket(v float64) int { func

123456