Lines Matching refs:ordered_hashmap_entry
103 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()
508 le = (struct ordered_hashmap_entry*) in bucket_move_entry()
514 le = (struct ordered_hashmap_entry*) in bucket_move_entry()
576 struct ordered_hashmap_entry *le = ordered_bucket_at(lh, idx); in base_remove_entry()
604 struct ordered_hashmap_entry *e; in hashmap_iterate_in_insertion_order()
640 struct ordered_hashmap_entry *n; in hashmap_iterate_in_insertion_order()
1023 struct ordered_hashmap_entry *new_entry; in hashmap_base_put_boldly()
1046 struct ordered_hashmap_entry *old_tail; in hashmap_base_put_boldly()
1793 struct ordered_hashmap_entry *e; in ordered_hashmap_next()