Home
last modified time | relevance | path

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

123456

/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/mesa3d/src/freedreno/drm/
Dfreedreno_bo_cache.c88 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in fd_bo_cache_cleanup() local
116 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in get_bucket() local
126 find_in_bucket(struct fd_bo_bucket *bucket, uint32_t flags) in find_in_bucket()
157 struct fd_bo_bucket *bucket; in fd_bo_cache_alloc() local
191 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size); in fd_bo_cache_free() local
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_bo_cache.c77 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
184 struct etna_bo_bucket *bucket; in etna_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/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/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/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/libs/asio/include/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/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/mesa3d/src/glx/
Dglxhash.c179 __glxHashBucketPtr bucket; in __glxHashDestroy() local
205 __glxHashBucketPtr bucket; in HashFind() local
234 __glxHashBucketPtr bucket; in __glxHashLookup() local
250 __glxHashBucketPtr bucket; in __glxHashInsert() local
277 __glxHashBucketPtr bucket; in __glxHashDelete() local
337 count_entries(__glxHashBucketPtr bucket) in count_entries()
359 __glxHashBucketPtr bucket; in compute_dist() 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/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drdtsc_core.h113 #define RDTSC_START(pBucketMgr, bucket) rdtscStart(pBucketMgr, bucket) argument
114 #define RDTSC_STOP(pBucketMgr, bucket, count, draw) rdtscStop(pBucketMgr, bucket, count, draw) argument
115 #define RDTSC_EVENT(pBucketMgr, bucket, count1, count2) rdtscEvent(pBucketMgr, bucket, count1, coun… argument
120 #define RDTSC_START(pBucketMgr, bucket) argument
121 #define RDTSC_STOP(pBucketMgr, bucket, count, draw) argument
122 #define RDTSC_EVENT(pBucketMgr, bucket, count1, count2) argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dunique_cpu_kernel.h154 auto &bucket = buckets[bucket_id]; in SegmentToBuckets() local
196 auto bucket = std::make_shared<UniqueParam<DataType, IndexType>>(); in GatherSegmentsToBuckets() local
211 auto bucket = std::make_shared<UniqueParam<DataType, IndexType>>(); in GatherSegmentsToBuckets() local
309 …void TransformBucketReverseIndices(const std::shared_ptr<UniqueParam<DataType, IndexType>> &bucket, in TransformBucketReverseIndices()
338 auto bucket = buckets[i]; in MergeBuckets() local
/third_party/boost/libs/hana/example/
Dhash.cpp20 struct bucket { }; struct
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Ddisasm.py226 bucket = OPCODE_BUCKETS[op] variable
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c36 struct mm_bucket bucket[MM_NUM_BUCKETS]; member
121 mm_slab_new(struct nouveau_mman *cache, struct mm_bucket *bucket, int chunk_order) in mm_slab_new()
168 struct mm_bucket *bucket; in nouveau_mm_allocate() local
220 struct mm_bucket *bucket = mm_bucket_by_order(slab->cache, slab->order); in nouveau_mm_free() local
/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
/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/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/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/mesa3d/src/panfrost/lib/
Dpan_bo.c197 struct list_head *bucket = pan_bucket(dev, size); in panfrost_bo_cache_fetch() local
276 struct list_head *bucket = pan_bucket(dev, MAX2(bo->size, 4096)); in panfrost_bo_cache_put() local
319 struct list_head *bucket = &dev->bo_cache.buckets[i]; in panfrost_bo_cache_evict_all() local
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_bo.c190 struct list_head *bucket = &screen->bo_cache_buckets[i]; in lima_bo_cache_print_stats() local
212 struct list_head *bucket = lima_bo_cache_get_bucket(screen, bo->size); in lima_bo_cache_put() local
243 struct list_head *bucket = lima_bo_cache_get_bucket(screen, size); in lima_bo_cache_get() 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

123456