Searched refs:IDX_PUT (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/basic/ |
D | hashmap.c | 105 #define IDX_PUT (_IDX_SWAP_BEGIN + 0) macro 972 bucket_move_entry(h, swap, IDX_PUT, idx); in hashmap_put_robin_hood() 974 bucket_move_entry(h, swap, IDX_TMP, IDX_PUT); in hashmap_put_robin_hood() 989 bucket_move_entry(h, swap, IDX_PUT, idx); in hashmap_put_robin_hood() 990 bucket_move_entry(h, swap, IDX_TMP, IDX_PUT); in hashmap_put_robin_hood() 1016 new_entry = bucket_at_swap(swap, IDX_PUT); in hashmap_base_put_boldly() 1038 old_tail->iterate_next = IDX_PUT; in hashmap_base_put_boldly() 1041 lh->iterate_list_tail = IDX_PUT; in hashmap_base_put_boldly() 1043 lh->iterate_list_head = IDX_PUT; in hashmap_base_put_boldly() 1176 bucket_move_entry(h, &swap, idx, IDX_PUT); in resize_buckets() [all …]
|