Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Dhashmap.c103 struct ordered_hashmap_entry { struct
127 * All entry types can fit into a ordered_hashmap_entry. */
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 *l in bucket_move_entry()
[all...]

Completed in 3 milliseconds