Searched refs:bucket_move_entry (Results 1 – 1 of 1) sorted by relevance
/third_party/eudev/src/shared/ |
D | hashmap.c | 490 static void bucket_move_entry(HashmapBase *h, struct swap_entries *swap, in bucket_move_entry() function 594 bucket_move_entry(h, NULL, left, prev); in base_remove_entry() 978 bucket_move_entry(h, swap, idx, IDX_TMP); in hashmap_put_robin_hood() 984 bucket_move_entry(h, swap, IDX_PUT, idx); in hashmap_put_robin_hood() 986 bucket_move_entry(h, swap, IDX_TMP, IDX_PUT); in hashmap_put_robin_hood() 1000 bucket_move_entry(h, swap, idx, IDX_TMP); in hashmap_put_robin_hood() 1001 bucket_move_entry(h, swap, IDX_PUT, idx); in hashmap_put_robin_hood() 1002 bucket_move_entry(h, swap, IDX_TMP, IDX_PUT); in hashmap_put_robin_hood() 1186 bucket_move_entry(h, &swap, idx, IDX_PUT); in resize_buckets()
|