Searched defs:ordered_hashmap_entry (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dhashmap.c107 struct ordered_hashmap_entry { struct
131 * All entry types can fit into a ordered_hashmap_entry. */
133 struct ordered_hashmap_entry e[_IDX_SWAP_END - _IDX_SWAP_BEGIN];
203 assert_cc(DIRECT_BUCKETS(struct ordered_hashmap_entry) >= 1);
269 .entry_size = sizeof(struct ordered_hashmap_entry),
271 .n_direct_buckets = DIRECT_BUCKETS(struct ordered_hashmap_entry),
357 static struct ordered_hashmap_entry *ordered_bucket_at(OrderedHashmap *h, unsigned idx) {
358 return (struct ordered_hashmap_entry*) bucket_at(HASHMAP_BASE(h), idx);
365 static struct ordered_hashmap_entry *bucket_at_swap(struct swap_entries *swap, unsigned idx) {
449 struct ordered_hashmap_entry *l
[all...]

Completed in 44 milliseconds