Searched refs:e_to (Results 1 – 1 of 1) sorted by relevance
464 struct hashmap_base_entry *e_from, *e_to; in bucket_move_entry() local469 e_to = bucket_at_virtual(h, swap, to); in bucket_move_entry()471 memcpy(e_to, e_from, hashmap_type_info[h->type].entry_size); in bucket_move_entry()477 le_to = (struct ordered_hashmap_entry*) e_to; in bucket_move_entry()