Home
last modified time | relevance | path

Searched refs:ordered_hashmap_entry (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/basic/
Dhashmap.c92 struct ordered_hashmap_entry { struct
118 struct ordered_hashmap_entry e[_IDX_SWAP_END - _IDX_SWAP_BEGIN];
183 assert_cc(DIRECT_BUCKETS(struct ordered_hashmap_entry) >= 1);
264 .entry_size = sizeof(struct ordered_hashmap_entry),
266 .n_direct_buckets = DIRECT_BUCKETS(struct ordered_hashmap_entry),
383 static struct ordered_hashmap_entry* ordered_bucket_at(OrderedHashmap *h, unsigned idx) { in ordered_bucket_at()
384 return (struct ordered_hashmap_entry*) bucket_at(HASHMAP_BASE(h), idx); in ordered_bucket_at()
391 static struct ordered_hashmap_entry* bucket_at_swap(struct swap_entries *swap, unsigned idx) { in bucket_at_swap()
475 struct ordered_hashmap_entry *le, *le_to; in bucket_move_entry()
477 le_to = (struct ordered_hashmap_entry*) e_to; in bucket_move_entry()
[all …]