Lines Matching defs:sizeof
196 char storage[sizeof(struct indirect_storage)];
200 (sizeof(struct direct_storage) / (sizeof(entry_t) + sizeof(dib_raw_t)))
251 assert_cc(sizeof(Hashmap) == sizeof(Set));
262 .head_size = sizeof(Hashmap),
263 .entry_size = sizeof(struct plain_hashmap_entry),
268 .head_size = sizeof(OrderedHashmap),
269 .entry_size = sizeof(struct ordered_hashmap_entry),
274 .head_size = sizeof(Set),
275 .entry_size = sizeof(struct set_entry),
341 random_bytes(current, sizeof(current));
345 memcpy(hash_key, current, sizeof(current));
722 memset(p, DIB_RAW_INIT, sizeof(dib_raw_t) * hi->n_direct_buckets);
749 random_bytes(shared_hash_key, sizeof(shared_hash_key));
1061 if (_unlikely_(new_n_buckets > UINT_MAX / (hi->entry_size + sizeof(dib_raw_t))))
1070 new_n_buckets * (hi->entry_size + sizeof(dib_raw_t)),
1071 2 * sizeof(struct direct_storage)));
1082 old_n_buckets * (hi->entry_size + sizeof(dib_raw_t)));
1096 (hi->entry_size + sizeof(dib_raw_t));
1119 (n_buckets(h) - old_n_buckets) * sizeof(dib_raw_t));