Searched refs:old_map (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | global_subchannel_pool.cc | 67 grpc_avl old_map = grpc_avl_ref(subchannel_map_, nullptr); in RegisterSubchannel() local 70 c = static_cast<Subchannel*>(grpc_avl_get(old_map, key, nullptr)); in RegisterSubchannel() 103 grpc_avl_ref(old_map, nullptr), new SubchannelKey(*key), in RegisterSubchannel() 110 if (old_map.root == subchannel_map_.root) { in RegisterSubchannel() 117 grpc_avl_unref(old_map, nullptr); in RegisterSubchannel() 128 grpc_avl old_map = grpc_avl_ref(subchannel_map_, nullptr); in UnregisterSubchannel() local 134 grpc_avl_remove(grpc_avl_ref(old_map, nullptr), key, nullptr); in UnregisterSubchannel() 139 if (old_map.root == subchannel_map_.root) { in UnregisterSubchannel() 145 grpc_avl_unref(old_map, nullptr); in UnregisterSubchannel()
|
/third_party/e2fsprogs/resize/ |
D | resize2fs.c | 352 ext2fs_block_bitmap old_map, new_map; in move_bg_metadata() local 360 retval = ext2fs_allocate_block_bitmap(rfs->old_fs, "oldfs", &old_map); in move_bg_metadata() 385 ext2fs_mark_block_bitmap2(old_map, b); in move_bg_metadata() 387 ext2fs_mark_block_bitmap2(old_map, c + j); in move_bg_metadata() 389 ext2fs_mark_block_bitmap2(old_map, d); in move_bg_metadata() 410 old = ext2fs_test_block_bitmap2(old_map, b); in move_bg_metadata() 421 ext2fs_unmark_block_bitmap2(old_map, b); in move_bg_metadata() 439 else if (ext2fs_test_block_bitmap2(old_map, b)) in move_bg_metadata() 440 ext2fs_unmark_block_bitmap2(old_map, b); in move_bg_metadata() 445 else if (ext2fs_test_block_bitmap2(old_map, b)) in move_bg_metadata() [all …]
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_program.c | 2077 struct brw_vue_map *old_map = !ice->shaders.last_vue_shader ? NULL : in update_last_vue_map() local 2080 (old_map ? old_map->slots_valid : 0ull) ^ vue_map->slots_valid; in update_last_vue_map() 2093 if (changed_slots || (old_map && old_map->separate != vue_map->separate)) { in update_last_vue_map()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program.c | 1967 struct brw_vue_map *old_map = ice->shaders.last_vue_map; in update_last_vue_map() local 1969 (old_map ? old_map->slots_valid : 0ull) ^ vue_map->slots_valid; in update_last_vue_map() 1989 if (changed_slots || (old_map && old_map->separate != vue_map->separate)) { in update_last_vue_map()
|