Home
last modified time | relevance | path

Searched refs:bkt (Results 1 - 10 of 10) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_map.c55 nghttp2_map_bucket *bkt; in nghttp2_map_each_free() local
58 bkt = &map->table[i]; in nghttp2_map_each_free()
60 if (bkt->data == NULL) { in nghttp2_map_each_free()
64 func(bkt->data, ptr); in nghttp2_map_each_free()
72 nghttp2_map_bucket *bkt; in nghttp2_map_each() local
79 bkt = &map->table[i]; in nghttp2_map_each()
81 if (bkt->data == NULL) { in nghttp2_map_each()
85 rv = func(bkt->data, ptr); in nghttp2_map_each()
103 nghttp2_map_bucket *bkt, size_t idx) { in distance()
104 return (idx - h2idx(bkt in distance()
102 distance(uint32_t tablelen, uint32_t tablelenbits, nghttp2_map_bucket *bkt, size_t idx) distance() argument
107 map_bucket_swap(nghttp2_map_bucket *bkt, uint32_t *phash, nghttp2_map_key_type *pkey, void **pdata) map_bucket_swap() argument
122 map_bucket_set_data(nghttp2_map_bucket *bkt, uint32_t hash, nghttp2_map_key_type key, void *data) map_bucket_set_data() argument
133 nghttp2_map_bucket *bkt; nghttp2_map_print_distance() local
156 nghttp2_map_bucket *bkt; insert() local
189 nghttp2_map_bucket *bkt; map_resize() local
251 nghttp2_map_bucket *bkt; nghttp2_map_find() local
281 nghttp2_map_bucket *bkt; nghttp2_map_remove() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_map.c55 ngtcp2_map_bucket *bkt; in ngtcp2_map_each_free() local
58 bkt = &map->table[i]; in ngtcp2_map_each_free()
60 if (bkt->data == NULL) { in ngtcp2_map_each_free()
64 func(bkt->data, ptr); in ngtcp2_map_each_free()
72 ngtcp2_map_bucket *bkt; in ngtcp2_map_each() local
79 bkt = &map->table[i]; in ngtcp2_map_each()
81 if (bkt->data == NULL) { in ngtcp2_map_each()
85 rv = func(bkt->data, ptr); in ngtcp2_map_each()
103 ngtcp2_map_bucket *bkt, size_t idx) { in distance()
104 return (idx - h2idx(bkt in distance()
102 distance(uint32_t tablelen, uint32_t tablelenbits, ngtcp2_map_bucket *bkt, size_t idx) distance() argument
107 map_bucket_swap(ngtcp2_map_bucket *bkt, uint32_t *phash, ngtcp2_map_key_type *pkey, void **pdata) map_bucket_swap() argument
122 map_bucket_set_data(ngtcp2_map_bucket *bkt, uint32_t hash, ngtcp2_map_key_type key, void *data) map_bucket_set_data() argument
132 ngtcp2_map_bucket *bkt; ngtcp2_map_print_distance() local
154 ngtcp2_map_bucket *bkt; insert() local
187 ngtcp2_map_bucket *bkt; map_resize() local
249 ngtcp2_map_bucket *bkt; ngtcp2_map_find() local
279 ngtcp2_map_bucket *bkt; ngtcp2_map_remove() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_map.c55 nghttp2_map_bucket *bkt; in nghttp2_map_each_free() local
58 bkt = &map->table[i]; in nghttp2_map_each_free()
60 if (bkt->data == NULL) { in nghttp2_map_each_free()
64 func(bkt->data, ptr); in nghttp2_map_each_free()
72 nghttp2_map_bucket *bkt; in nghttp2_map_each() local
79 bkt = &map->table[i]; in nghttp2_map_each()
81 if (bkt->data == NULL) { in nghttp2_map_each()
85 rv = func(bkt->data, ptr); in nghttp2_map_each()
103 nghttp2_map_bucket *bkt, size_t idx) { in distance()
104 return (idx - h2idx(bkt in distance()
102 distance(uint32_t tablelen, uint32_t tablelenbits, nghttp2_map_bucket *bkt, size_t idx) distance() argument
107 map_bucket_swap(nghttp2_map_bucket *bkt, uint32_t *phash, nghttp2_map_key_type *pkey, void **pdata) map_bucket_swap() argument
122 map_bucket_set_data(nghttp2_map_bucket *bkt, uint32_t hash, nghttp2_map_key_type key, void *data) map_bucket_set_data() argument
132 nghttp2_map_bucket *bkt; nghttp2_map_print_distance() local
154 nghttp2_map_bucket *bkt; insert() local
187 nghttp2_map_bucket *bkt; map_resize() local
249 nghttp2_map_bucket *bkt; nghttp2_map_find() local
279 nghttp2_map_bucket *bkt; nghttp2_map_remove() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_map.c56 nghttp3_map_bucket *bkt; in nghttp3_map_each_free() local
59 bkt = &map->table[i]; in nghttp3_map_each_free()
61 if (bkt->data == NULL) { in nghttp3_map_each_free()
65 func(bkt->data, ptr); in nghttp3_map_each_free()
73 nghttp3_map_bucket *bkt; in nghttp3_map_each() local
80 bkt = &map->table[i]; in nghttp3_map_each()
82 if (bkt->data == NULL) { in nghttp3_map_each()
86 rv = func(bkt->data, ptr); in nghttp3_map_each()
104 nghttp3_map_bucket *bkt, size_t idx) { in distance()
105 return (idx - h2idx(bkt in distance()
103 distance(uint32_t tablelen, uint32_t tablelenbits, nghttp3_map_bucket *bkt, size_t idx) distance() argument
108 map_bucket_swap(nghttp3_map_bucket *bkt, uint32_t *phash, nghttp3_map_key_type *pkey, void **pdata) map_bucket_swap() argument
123 map_bucket_set_data(nghttp3_map_bucket *bkt, uint32_t hash, nghttp3_map_key_type key, void *data) map_bucket_set_data() argument
133 nghttp3_map_bucket *bkt; nghttp3_map_print_distance() local
155 nghttp3_map_bucket *bkt; insert() local
188 nghttp3_map_bucket *bkt; map_resize() local
250 nghttp3_map_bucket *bkt; nghttp3_map_find() local
280 nghttp3_map_bucket *bkt; nghttp3_map_remove() local
[all...]
/third_party/libbpf/src/
H A Dhashmap.h166 * @bkt: integer used as a bucket loop cursor
168 #define hashmap__for_each_entry(map, cur, bkt) \
169 for (bkt = 0; bkt < map->cap; bkt++) \
170 for (cur = map->buckets[bkt]; cur; cur = cur->next)
178 * @bkt: integer used as a bucket loop cursor
180 #define hashmap__for_each_entry_safe(map, cur, tmp, bkt) \
181 for (bkt = 0; bkt < ma
[all...]
H A Dhashmap.c66 size_t bkt; in hashmap__clear() local
68 hashmap__for_each_entry_safe(map, cur, tmp, bkt) { in hashmap__clear()
106 size_t h, bkt; in hashmap_grow() local
117 hashmap__for_each_entry_safe(map, cur, tmp, bkt) { in hashmap_grow()
H A Dbtf_dump.c225 size_t bkt; in btf_dump_free_names() local
228 hashmap__for_each_entry(map, cur, bkt) in btf_dump_free_names()
/third_party/libdrm/intel/
H A Duthash.h320 #define HASH_TO_BKT(hashv,num_bkts,bkt) \
322 bkt = ((hashv) & ((num_bkts) - 1U)); \
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h431 #define HASH_TO_BKT(hashv,num_bkts,bkt) \
433 bkt = ((hashv) & ((num_bkts) - 1U)); \
/third_party/mesa3d/src/freedreno/ir3/
H A Ddisasm-a3xx.c171 OPC(0, OPC_BKT, bkt),

Completed in 11 milliseconds