Lines Matching defs:sizeof
191 char storage[sizeof(struct indirect_storage)];
195 (sizeof(struct direct_storage) / (sizeof(entry_t) + sizeof(dib_raw_t)))
246 assert_cc(sizeof(Hashmap) == sizeof(Set));
257 .head_size = sizeof(Hashmap),
258 .entry_size = sizeof(struct plain_hashmap_entry),
263 .head_size = sizeof(OrderedHashmap),
264 .entry_size = sizeof(struct ordered_hashmap_entry),
269 .head_size = sizeof(Set),
270 .entry_size = sizeof(struct set_entry),
293 siphash24((uint8_t*) &u, &p, sizeof(p), hash_key);
308 siphash24((uint8_t*) &u, p, sizeof(uint64_t), hash_key);
327 siphash24((uint8_t*) &u, p, sizeof(dev_t), hash_key);
395 random_bytes(current, sizeof(current));
399 memcpy(hash_key, current, sizeof(current));
772 memset(p, DIB_RAW_INIT, sizeof(dib_raw_t) * hi->n_direct_buckets);
799 random_bytes(shared_hash_key, sizeof(shared_hash_key));
1107 if (_unlikely_(new_n_buckets > UINT_MAX / (hi->entry_size + sizeof(dib_raw_t))))
1116 new_n_buckets * (hi->entry_size + sizeof(dib_raw_t)),
1117 2 * sizeof(struct direct_storage)));
1128 old_n_buckets * (hi->entry_size + sizeof(dib_raw_t)));
1142 (hi->entry_size + sizeof(dib_raw_t));
1165 (n_buckets(h) - old_n_buckets) * sizeof(dib_raw_t));