Home
last modified time | relevance | path

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

1234

/third_party/mesa3d/src/virtio/vulkan/
Dvn_renderer_internal.c25 struct vn_renderer_shmem_bucket *bucket = &cache->buckets[i]; in vn_renderer_shmem_cache_init() local
40 struct vn_renderer_shmem_bucket *bucket = &cache->buckets[idx]; in vn_renderer_shmem_cache_fini() local
74 struct vn_renderer_shmem_bucket *bucket = &cache->buckets[idx]; in vn_renderer_shmem_cache_remove_expired_locked() local
100 struct vn_renderer_shmem_bucket *bucket = in vn_renderer_shmem_cache_add() local
125 struct vn_renderer_shmem_bucket *bucket = choose_bucket(cache, size, &idx); in vn_renderer_shmem_cache_get() local
170 const struct vn_renderer_shmem_bucket *bucket = &cache->buckets[idx]; in vn_renderer_shmem_cache_debug_dump() local
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_bo_cache.c75 struct etna_bo_bucket *bucket = &cache->cache_bucket[i]; in etna_bo_cache_cleanup() local
102 struct etna_bo_bucket *bucket = &cache->cache_bucket[i]; in get_bucket() local
111 static struct etna_bo *find_in_bucket(struct etna_bo_bucket *bucket, uint32_t flags) in find_in_bucket()
152 struct etna_bo_bucket *bucket; in etna_bo_cache_alloc() local
174 struct etna_bo_bucket *bucket; in etna_bo_cache_free() local
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_bo_cache.c90 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in fd_bo_cache_cleanup() local
118 struct fd_bo_bucket *bucket = &cache->cache_bucket[i]; in get_bucket() local
128 find_in_bucket(struct fd_bo_bucket *bucket, uint32_t flags) in find_in_bucket()
159 struct fd_bo_bucket *bucket; in fd_bo_cache_alloc() local
195 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/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/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/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/nouveau/
Dnouveau_mm.c38 struct mm_bucket bucket[MM_NUM_BUCKETS]; member
123 mm_slab_new(struct nouveau_mman *cache, struct mm_bucket *bucket, int chunk_order) in mm_slab_new()
172 struct mm_bucket *bucket; in nouveau_mm_allocate() local
226 struct mm_bucket *bucket = mm_bucket_by_order(slab->cache, slab->order); in nouveau_mm_free() local
/third_party/iowow/src/utils/
Diwhmap.c191 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in _entry_find() local
203 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in _entry_add() local
244 bucket_t *bucket, in _rehash() local
351 static void _entry_remove(IWHMAP *hm, bucket_t *bucket, entry_t *entry) { in _entry_remove()
384 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in iwhmap_remove() local
428 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in iwhmap_put() local
452 bucket_t *bucket = hm->buckets + (hash & hm->buckets_mask); in iwhmap_rename() local
526 bucket_t *bucket = iter->hm->buckets + iter->bucket; in iwhmap_iter_next() 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/bifrost/valhall/
Ddisasm.py222 bucket = OPCODE_BUCKETS[op] variable
/third_party/mesa3d/src/panfrost/lib/
Dpan_bo.c192 struct list_head *bucket = pan_bucket(dev, size); in panfrost_bo_cache_fetch() local
271 struct list_head *bucket = pan_bucket(dev, MAX2(bo->size, 4096)); in panfrost_bo_cache_put() local
314 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/rust/crates/aho-corasick/src/packed/
Drabinkarp.rs87 let bucket = hash % NUM_BUCKETS; in new() localVariable
113 let bucket = &self.buckets[hash % NUM_BUCKETS]; in find_at() localVariable
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c162 struct cso_node **bucket = hash->buckets; in cso_data_first_node() local
203 struct cso_node **bucket = hash->buckets; in cso_hash_deinit() local
232 struct cso_node **bucket; in cso_hash_data_next() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c102 unsigned bucket; in svga_screen_cache_lookup() local
337 unsigned bucket; in svga_screen_cache_flush() local
640 unsigned bucket; in svga_screen_cache_dump() local
/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/skia/third_party/externals/angle2/tools/
Dangle_tools.py35 def upload_to_google_storage(bucket, files): argument
/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/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java805 Bucket<V> bucket = currentBucket; in initBuckets() local
1054 Bucket<V> bucket = new Bucket<V>(fixLabel(current), current, LabelType.NORMAL); in createBucketList() local
1121 Bucket<V> bucket = bucketList.get(i); in createBucketList() local
1167 Bucket<V> bucket = bucketList.get(i); in getBucketIndex() local
1175 Bucket<V> bucket = bucketList.get(start); in getBucketIndex() local
/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

1234