Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/grpc/src/core/lib/debug/
Dstats_data.cc366 int bucket = in grpc_stats_inc_call_initial_size() local
389 int bucket = in grpc_stats_inc_poll_events_returned() local
412 int bucket = in grpc_stats_inc_tcp_write_size() local
435 int bucket = in grpc_stats_inc_tcp_write_iov_size() local
458 int bucket = in grpc_stats_inc_tcp_read_size() local
481 int bucket = in grpc_stats_inc_tcp_read_offer() local
505 int bucket = in grpc_stats_inc_tcp_read_offer_iov_size() local
530 int bucket = in grpc_stats_inc_http2_send_message_size() local
555 int bucket = in grpc_stats_inc_http2_send_initial_metadata_per_write() local
580 int bucket = in grpc_stats_inc_http2_send_message_per_write() local
[all …]
/third_party/libdrm/freedreno/
Dfreedreno_bo_cache.c90 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in fd_bo_cache_cleanup() local
117 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in get_bucket() local
134 static struct fd_bo *find_in_bucket(struct fd_bo_bucket *bucket, uint32_t flags) in find_in_bucket()
165 struct fd_bo_bucket *bucket; in fd_bo_cache_alloc() local
196 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size); in fd_bo_cache_free() local
/third_party/libdrm/etnaviv/
Detnaviv_bo_cache.c78 struct etna_bo_bucket *bucket = &cache->cache_bucket[i]; in etna_bo_cache_cleanup() local
104 struct etna_bo_bucket *bucket = &cache->cache_bucket[i]; in get_bucket() local
121 static struct etna_bo *find_in_bucket(struct etna_bo_bucket *bucket, uint32_t flags) in find_in_bucket()
162 struct etna_bo_bucket *bucket; in etna_bo_cache_alloc() local
183 struct etna_bo_bucket *bucket = get_bucket(cache, bo->size); in etna_bo_cache_free() local
/third_party/jinja2/
Dbccache.py123 def load_bytecode(self, bucket): argument
130 def dump_bytecode(self, bucket): argument
167 def set_bucket(self, bucket): argument
243 def _get_cache_filename(self, bucket): argument
246 def load_bytecode(self, bucket): argument
254 def dump_bytecode(self, bucket): argument
332 def load_bytecode(self, bucket): argument
342 def dump_bytecode(self, bucket): argument
/third_party/skia/third_party/externals/jinja2/
Dbccache.py123 def load_bytecode(self, bucket): argument
130 def dump_bytecode(self, bucket): argument
167 def set_bucket(self, bucket): argument
243 def _get_cache_filename(self, bucket): argument
246 def load_bytecode(self, bucket): argument
254 def dump_bytecode(self, bucket): argument
332 def load_bytecode(self, bucket): argument
342 def dump_bytecode(self, bucket): argument
/third_party/node/tools/inspector_protocol/jinja2/
Dbccache.py146 def load_bytecode(self, bucket): argument
153 def dump_bytecode(self, bucket): argument
190 def set_bucket(self, bucket): argument
260 def _get_cache_filename(self, bucket): argument
263 def load_bytecode(self, bucket): argument
271 def dump_bytecode(self, bucket): argument
344 def load_bytecode(self, bucket): argument
354 def dump_bytecode(self, bucket): argument
/third_party/libdrm/
Dxf86drmHash.c119 HashBucketPtr bucket; in drmHashDestroy() local
144 HashBucketPtr bucket; in HashFind() local
170 HashBucketPtr bucket; in drmHashLookup() local
183 HashBucketPtr bucket; in drmHashInsert() local
203 HashBucketPtr bucket; in drmHashDelete() local
/third_party/boost/boost/asio/detail/
Dhash_map.hpp116 size_t bucket = calculate_hash_value(k) % num_buckets_; in find() local
137 size_t bucket = calculate_hash_value(k) % num_buckets_; in find() local
158 size_t bucket = calculate_hash_value(v.first) % num_buckets_; in insert() local
186 size_t bucket = calculate_hash_value(it->first) % num_buckets_; in erase() local
263 std::size_t bucket = calculate_hash_value(iter->first) % num_buckets_; in rehash() local
/third_party/libdrm/tests/
Dhash.c87 static int count_entries(HashBucketPtr bucket) in count_entries()
107 HashBucketPtr bucket; in compute_dist() local
/third_party/boost/libs/hana/example/
Dhash.cpp20 struct bucket { }; struct
/third_party/boost/libs/log/src/
Dattribute_set_impl.hpp192 struct bucket struct
195 node* first;
197 node* last;
199 bucket() : first(NULL), last(NULL) {} in bucket() argument
Dattribute_value_set.cpp87 struct bucket struct
90 node* first;
92 node* last;
94 bucket() : first(NULL), last(NULL) {} in bucket() argument
/third_party/libnl/lib/route/qdisc/
Dtbf.c190 int bucket) in calc_limit()
262 static inline int calc_cell_log(int cell, int bucket) in calc_cell_log()
276 void rtnl_qdisc_tbf_set_rate(struct rtnl_qdisc *qdisc, int rate, int bucket, in rtnl_qdisc_tbf_set_rate()
359 int rtnl_qdisc_tbf_set_peakrate(struct rtnl_qdisc *qdisc, int rate, int bucket, in rtnl_qdisc_tbf_set_peakrate()
/third_party/typescript/src/services/
DdocumentRegistry.ts173 const bucket = getOrUpdate(buckets, key, () => new Map<Path, DocumentRegistryEntry>()); constant
233 const bucket = Debug.checkDefined(buckets.get(key)); constant
/third_party/boost/boost/random/detail/
Dint_float_pair.hpp65 int bucket = 0; in generate_int_float_pair() local
104 int bucket = uniform_int_distribution<>(0, (1 << w) - 1)(eng); in generate_int_float_pair() local
/third_party/iowow/src/utils/
Diwhmap.c164 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in _entry_find() local
176 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in _entry_add() local
216 bucket_t *bucket, in _rehash() local
285 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in iwhmap_remove() local
333 bucket_t *bucket = iter->hm->buckets + iter->bucket; in iwhmap_iter_next() local
Diwhmap.h43 uint32_t bucket; member
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtable_debug_hooks.h62 size_t bucket = c.bucket(key); in GetNumProbes() local
/third_party/abseil-cpp/absl/container/internal/
Dhashtable_debug_hooks.h62 size_t bucket = c.bucket(key); in GetNumProbes() local
/third_party/skia/third_party/externals/angle2/tools/
Dangle_tools.py35 def upload_to_google_storage(bucket, files): argument
/third_party/node/deps/brotli/c/enc/
Dprefix.h36 size_t bucket = Log2FloorNonZero(dist) - 1; in PrefixEncodeCopyDistance() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dprefix.h36 size_t bucket = Log2FloorNonZero(dist) - 1; in PrefixEncodeCopyDistance() local
/third_party/boost/tools/build/src/engine/
Dlists.cpp21 unsigned bucket = 0; in get_bucket() local
28 unsigned const bucket = get_bucket( size ); in list_alloc() local
42 unsigned bucket; in list_dealloc() local
70 unsigned const bucket = get_bucket( size ); in list_append() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DAlphabeticIndex.java777 Bucket<V> bucket = currentBucket; in initBuckets() local
1008 Bucket<V> bucket = new Bucket<V>(fixLabel(current), current, LabelType.NORMAL); in createBucketList() local
1075 Bucket<V> bucket = bucketList.get(i); in createBucketList() local
1121 Bucket<V> bucket = bucketList.get(i); in getBucketIndex() local
1129 Bucket<V> bucket = bucketList.get(start); in getBucketIndex() local
/third_party/boost/libs/graph/example/
Dbucket_sorter.cpp24 vector< std::size_t > bucket(N); in main() local

12345