Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dhashmap.c103 struct ordered_hashmap_entry { struct
129 struct ordered_hashmap_entry e[_IDX_SWAP_END - _IDX_SWAP_BEGIN];
198 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),
411 static struct ordered_hashmap_entry *ordered_bucket_at(OrderedHashmap *h, unsigned idx) { in ordered_bucket_at()
412 return (struct ordered_hashmap_entry*) bucket_at(HASHMAP_BASE(h), idx); in ordered_bucket_at()
419 static struct ordered_hashmap_entry *bucket_at_swap(struct swap_entries *swap, unsigned idx) { in bucket_at_swap()
503 struct ordered_hashmap_entry *le, *le_to; in bucket_move_entry()
505 le_to = (struct ordered_hashmap_entry*) e_to; in bucket_move_entry()
[all …]