Searched refs:new_first (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/intrusive/ |
D | linear_slist_algorithms.hpp | 317 node_ptr new_first(node_traits::get_next(new_last)); in move_first_n_forward() local 321 ret.first = new_first; in move_first_n_forward()
|
D | slist.hpp | 2026 node_ptr new_first = node_algorithms::reverse in priv_reverse() local 2028 node_traits::set_next(this->get_root_node(), new_first); in priv_reverse()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_bo.c | 162 struct radv_amdgpu_map_range new_first, new_last; in radv_amdgpu_winsys_bo_virtual_bind() local 233 new_first = parent->ranges[first]; in radv_amdgpu_winsys_bo_virtual_bind() 241 new_first.size = offset - new_first.offset; in radv_amdgpu_winsys_bo_virtual_bind() 242 radv_amdgpu_winsys_virtual_map(ws, parent, &new_first); in radv_amdgpu_winsys_bo_virtual_bind() 263 parent->ranges[first] = new_first; in radv_amdgpu_winsys_bo_virtual_bind()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | list.h | 398 struct list_head *new_first = entry->next; in __list_cut_position() local 403 head->next = new_first; in __list_cut_position() 404 new_first->prev = head; in __list_cut_position()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence.cpp | 1408 SENode* new_first = subscript_pair.first; in PropagateConstraints() local 1416 new_first, constraint->GetLoop()); in PropagateConstraints() 1433 new_first, constraint->GetLoop()); in PropagateConstraints() 1436 new_first = scalar_evolution_.CreateSubtraction(zeroed_coefficient, rhs); in PropagateConstraints() 1437 new_first = scalar_evolution_.SimplifyExpression(new_first); in PropagateConstraints() 1461 return std::make_pair(new_first, new_second); in PropagateConstraints()
|
/third_party/spirv-tools/source/opt/ |
D | loop_dependence.cpp | 1408 SENode* new_first = subscript_pair.first; in PropagateConstraints() local 1416 new_first, constraint->GetLoop()); in PropagateConstraints() 1433 new_first, constraint->GetLoop()); in PropagateConstraints() 1436 new_first = scalar_evolution_.CreateSubtraction(zeroed_coefficient, rhs); in PropagateConstraints() 1437 new_first = scalar_evolution_.SimplifyExpression(new_first); in PropagateConstraints() 1461 return std::make_pair(new_first, new_second); in PropagateConstraints()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_dependence.cpp | 1408 SENode* new_first = subscript_pair.first; in PropagateConstraints() local 1416 new_first, constraint->GetLoop()); in PropagateConstraints() 1433 new_first, constraint->GetLoop()); in PropagateConstraints() 1436 new_first = scalar_evolution_.CreateSubtraction(zeroed_coefficient, rhs); in PropagateConstraints() 1437 new_first = scalar_evolution_.SimplifyExpression(new_first); in PropagateConstraints() 1461 return std::make_pair(new_first, new_second); in PropagateConstraints()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_exec_api.c | 320 fi_type *new_first = exec->vtx.attrptr[attr] + newSize; in vbo_exec_wrap_upgrade_vertex() local 330 fi_type *new = new_first; in vbo_exec_wrap_upgrade_vertex()
|