Searched refs:new_index (Results 1 – 2 of 2) sorted by relevance
139 size_t new_index = hash_address(node_to_move->entry.address, new_capacity); in watchpoint_map_resize() local140 node_to_move->next = new_buckets[new_index]; in watchpoint_map_resize()141 new_buckets[new_index] = node_to_move; in watchpoint_map_resize()
541 int new_index; in if_next_index() local551 new_index = ++if_index; in if_next_index()597 return new_index; in if_next_index()