Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 7172) sorted by relevance

12345678910>>...287

/third_party/boost/boost/thread/detail/
Dinvoker.hpp65 invoker(BOOST_THREAD_RV_REF(invoker) f) : f_(boost::move(BOOST_THREAD_RV(f).f_)) in invoker()
77 f_ = boost::move(BOOST_THREAD_RV(f).f_); in operator =()
102 … return detail::invoke(boost::move(csbl::get<0>(f_)), boost::move(csbl::get<Indices>(f_))...); in execute()
126 invoker_ret(BOOST_THREAD_RV_REF(invoker_ret) f) : f_(boost::move(BOOST_THREAD_RV(f).f_)) in invoker_ret()
139 … return detail::invoke<R>(boost::move(csbl::get<0>(f_)), boost::move(csbl::get<Indices>(f_))...); in execute()
155 #define BOOST_THREAD_MOVE_PARAM(z, n, unused) , v##n(boost::move(arg##n))
157 #define BOOST_THREAD_MOVE_RHS_PARAM(z, n, unused) , v##n(boost::move(x.v##n))
158 #define BOOST_THREAD_MOVE_DCL(z, n, unused) , boost::move(v##n)
159 #define BOOST_THREAD_MOVE_DCL_T(z, n, unused) BOOST_PP_COMMA_IF(n) boost::move(v##n)
188 : fp_(boost::move(x.fp_)) \
[all …]
/third_party/glslang/Test/baseResults/
DstringToDouble.vert.out9 0:5 move second child to first child ( temp float)
14 0:6 move second child to first child ( temp float)
19 0:7 move second child to first child ( temp float)
24 0:8 move second child to first child ( temp float)
29 0:9 move second child to first child ( temp float)
34 0:10 move second child to first child ( temp double)
39 0:11 move second child to first child ( temp double)
44 0:12 move second child to first child ( temp double)
49 0:13 move second child to first child ( temp double)
54 0:14 move second child to first child ( temp double)
[all …]
Dnumeral.frag.out25 0:5 move second child to first child ( temp int)
30 0:6 move second child to first child ( temp int)
35 0:7 move second child to first child ( temp int)
40 0:8 move second child to first child ( temp int)
45 0:9 move second child to first child ( temp int)
50 0:10 move second child to first child ( temp int)
55 0:11 move second child to first child ( temp int)
60 0:12 move second child to first child ( temp int)
65 0:13 move second child to first child ( temp int)
70 0:14 move second child to first child ( temp int)
[all …]
/third_party/icu/icu4c/source/i18n/
Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation() local
46 move.fMacros.notation = notation; in notation()
47 return move; in notation()
61 Derived move(std::move(*this)); in unit() local
63 move.fMacros.unit = unit; in unit()
64 return move; in unit()
75 copy.fMacros.unit = std::move(*unit); in adoptUnit()
83 Derived move(std::move(*this)); in adoptUnit() local
87 move.fMacros.unit = std::move(*unit); in adoptUnit()
90 return move; in adoptUnit()
[all …]
Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth() local
42 move.fMacros.formatter1 = formatter; in numberFormatterBoth()
43 move.fMacros.singleFormatter = true; in numberFormatterBoth()
44 touchRangeLocales(move.fMacros); in numberFormatterBoth()
45 return move; in numberFormatterBoth()
51 copy.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
59 Derived move(std::move(*this)); in numberFormatterBoth() local
60 move.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
61 move.fMacros.singleFormatter = true; in numberFormatterBoth()
62 touchRangeLocales(move.fMacros); in numberFormatterBoth()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation() local
46 move.fMacros.notation = notation; in notation()
47 return move; in notation()
61 Derived move(std::move(*this)); in unit() local
63 move.fMacros.unit = unit; in unit()
64 return move; in unit()
75 copy.fMacros.unit = std::move(*unit); in adoptUnit()
83 Derived move(std::move(*this)); in adoptUnit() local
87 move.fMacros.unit = std::move(*unit); in adoptUnit()
90 return move; in adoptUnit()
[all …]
Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth() local
42 move.fMacros.formatter1 = formatter; in numberFormatterBoth()
43 move.fMacros.singleFormatter = true; in numberFormatterBoth()
44 touchRangeLocales(move.fMacros); in numberFormatterBoth()
45 return move; in numberFormatterBoth()
51 copy.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
59 Derived move(std::move(*this)); in numberFormatterBoth() local
60 move.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
61 move.fMacros.singleFormatter = true; in numberFormatterBoth()
62 touchRangeLocales(move.fMacros); in numberFormatterBoth()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation() local
46 move.fMacros.notation = notation; in notation()
47 return move; in notation()
61 Derived move(std::move(*this)); in unit() local
63 move.fMacros.unit = unit; in unit()
64 return move; in unit()
75 copy.fMacros.unit = std::move(*unit); in adoptUnit()
83 Derived move(std::move(*this)); in adoptUnit() local
87 move.fMacros.unit = std::move(*unit); in adoptUnit()
90 return move; in adoptUnit()
[all …]
Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth() local
42 move.fMacros.formatter1 = formatter; in numberFormatterBoth()
43 move.fMacros.singleFormatter = true; in numberFormatterBoth()
44 touchRangeLocales(move.fMacros); in numberFormatterBoth()
45 return move; in numberFormatterBoth()
51 copy.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
59 Derived move(std::move(*this)); in numberFormatterBoth() local
60 move.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
61 move.fMacros.singleFormatter = true; in numberFormatterBoth()
62 touchRangeLocales(move.fMacros); in numberFormatterBoth()
[all …]
/third_party/boost/libs/bind/test/
Dbind_unique_ptr_test.cpp115 boost::bind( fv1, _1 )( std::move( p1 ) ); in test()
122 boost::bind( fv2, _1, _2 )( std::move( p1 ), std::move( p2 ) ); in test()
130 boost::bind( fv3, _1, _2, _3 )( std::move( p1 ), std::move( p2 ), std::move( p3 ) ); in test()
139 …boost::bind( fv4, _1, _2, _3, _4 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( … in test()
149 …::bind( fv5, _1, _2, _3, _4, _5 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( p… in test()
160 … _1, _2, _3, _4, _5, _6 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( p4 ), std… in test()
172 …_4, _5, _6, _7 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( p4 ), std::move( p… in test()
185 …_7, _8 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( p4 ), std::move( p5 ), std… in test()
199 … std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( p4 ), std::move( p5 ), std::move( p… in test()
/third_party/libffi/src/m68k/
Dsysv.S64 move.l %d2,-(%sp)
71 move.l 8(%fp),-(%sp)
76 move.l _current_shared_library_a5_offset_(%a5),%a0
77 move.l CALLFUNC(ffi_prep_args@GOT)(%a0),%a0
80 move.l #_GLOBAL_OFFSET_TABLE_@GOTPC,%a0
82 move.l CALLFUNC(ffi_prep_args@GOT)(%a0),%a0
91 move.l %d0,%a1
93 move.l %a0,%a1
97 move.l 24(%fp),%a0
104 move.l 20(%fp),%a1
[all …]
/third_party/boost/libs/context/test/
Dtest_fiber.cpp52 return std::move( f); in foo()
112 f{ std::move( f_) } { in my_exception()
137 f = std::move( f).resume(); in test_move()
139 return std::move( f); in test_move()
141 f1 = std::move( f1).resume(); in test_move()
146 f2 = std::move( f1); in test_move()
150 f2 = std::move( f2).resume(); in test_move()
160 f = std::move( f).resume(); in test_bind()
174 return std::move( f); in test_exception()
176 f = std::move( f).resume(); in test_exception()
[all …]
/third_party/boost/libs/interprocess/test/
Dupgradable_mutex_test.cpp37 scoped_lock<Mutex> e_lock(boost::move(lock)); in main()
43 e_lock = boost::move(lock); in main()
48 scoped_lock<Mutex> e_lock(boost::move(u_lock)); in main()
54 scoped_lock<Mutex> moved(boost::move(u_lock)); in main()
55 e_lock = boost::move(moved); in main()
60 scoped_lock<Mutex> e_lock(boost::move(u_lock), try_to_lock); in main()
66 scoped_lock<Mutex> moved(boost::move(u_lock), try_to_lock); in main()
67 e_lock = boost::move(moved); in main()
73 scoped_lock<Mutex> e_lock(boost::move(u_lock), t); in main()
80 scoped_lock<Mutex> moved(boost::move(u_lock), t); in main()
[all …]
Dmap_test.hpp83 new(&aux_vect[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
98 new(&aux_vect3[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
124 new(&aux_vect[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
134 new(&aux_vect3[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
179 new(&aux_vect[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
185 new(&aux_vect3[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
189 shmmap->insert(boost::move(aux_vect[i])); in map_test()
191 shmmultimap->insert(boost::move(aux_vect3[i])); in map_test()
241 new(&aux_vect[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
247 new(&aux_vect3[i])IntPairType(boost::move(i1), boost::move(i2)); in map_test()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_fluent.cpp34 Derived move(std::move(*this)); in notation() local
36 move.fMacros.notation = notation; in notation()
37 return move; in notation()
51 Derived move(std::move(*this)); in unit() local
53 move.fMacros.unit = unit; in unit()
54 return move; in unit()
65 copy.fMacros.unit = std::move(*unit); in adoptUnit()
73 Derived move(std::move(*this)); in adoptUnit() local
77 move.fMacros.unit = std::move(*unit); in adoptUnit()
80 return move; in adoptUnit()
[all …]
Dnumrange_fluent.cpp40 Derived move(std::move(*this)); in numberFormatterBoth() local
41 move.fMacros.formatter1 = formatter; in numberFormatterBoth()
42 move.fMacros.singleFormatter = true; in numberFormatterBoth()
43 touchRangeLocales(move.fMacros); in numberFormatterBoth()
44 return move; in numberFormatterBoth()
50 copy.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
58 Derived move(std::move(*this)); in numberFormatterBoth() local
59 move.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
60 move.fMacros.singleFormatter = true; in numberFormatterBoth()
61 touchRangeLocales(move.fMacros); in numberFormatterBoth()
[all …]
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp81 auto result = std::make_unique<SkSL::Program>(std::move(source), in ReleaseProgram()
82 std::move(instance.fConfig), in ReleaseProgram()
84 std::move(instance.fProgramElements), in ReleaseProgram()
85 std::move(instance.fSharedElements), in ReleaseProgram()
86 std::move(instance.fModifiersPool), in ReleaseProgram()
87 std::move(compiler.fSymbolTable), in ReleaseProgram()
88 std::move(instance.fPool), in ReleaseProgram()
107 return success ? std::move(result) : nullptr; in ReleaseProgram()
133 ThreadContext::Compiler().convertIdentifier(-1, name), std::move(argArray)); in Call()
162 return SkSL::Block::MakeUnscoped(pos.line(), std::move(statements)); in Declare()
[all …]
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dcostmodel.h49 …: computation_cost_(computation), communication_cost_(communication), decision_ptr_(std::move(deci… in computation_cost_()
82 …: strategy_ptr(std::move(strategy)), inputs_ptr(std::move(inputs_)), outputs_ptr(std::move(outputs… in StrategyWithCost()
84 : strategy_ptr(std::move(strategy)), cost_list(std::move(c_list)) {} in StrategyWithCost()
122 : op_strategy_(std::move(op_stra)), in OpEliminationDecision()
123 left_cost_(std::move(l_cost)), in OpEliminationDecision()
124 middle_cost_(std::move(m_cost)), in OpEliminationDecision()
125 right_cost_(std::move(r_cost)) { in OpEliminationDecision()
144 explicit EdgeEliminationDecision(CostPtrList cost_list) : edges_cost_list_(std::move(cost_list)) { in EdgeEliminationDecision()
163 : merged_op_strategy_(std::move(op_stra)), in MergeEliminationDecision()
164 merged_op_cost_(std::move(op_cost)), in MergeEliminationDecision()
[all …]
Ddp_algo_costmodel.h46 Elimination(EdgePtr n_edge, EliminationType ty) : new_edge_(std::move(n_edge)), type_(ty) {} in Elimination()
55 : Elimination(std::move(n_edge), Elimination::EliminationType::OPERA), in OpElimination()
56 left_edge_(std::move(l_edge)), in OpElimination()
57 op_(std::move(op_info)), in OpElimination()
58 right_edge_(std::move(r_edge)) {} in OpElimination()
69 : Elimination(n_edge, Elimination::EliminationType::EDGE), edges_(std::move(eds)) {} in EdgeElimination()
79 merged_node_(std::move(u_info)), in MergeElimination()
80 dir_edge_(std::move(merged_target_edge)), in MergeElimination()
81 target_node_(std::move(v_info)) {} in MergeElimination()
93 contracted_node_(std::move(con_info)), in ContractElimination()
[all …]
/third_party/skia/third_party/externals/tint/src/
Dprogram.cc37 : id_(std::move(program.id_)), in Program()
38 types_(std::move(program.types_)), in Program()
39 ast_nodes_(std::move(program.ast_nodes_)), in Program()
40 sem_nodes_(std::move(program.sem_nodes_)), in Program()
41 ast_(std::move(program.ast_)), in Program()
42 sem_(std::move(program.sem_)), in Program()
43 symbols_(std::move(program.symbols_)), in Program()
44 diagnostics_(std::move(program.diagnostics_)), in Program()
45 transforms_applied_(std::move(program.transforms_applied_)), in Program()
63 types_ = std::move(builder.Types()); in Program()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp323 for(auto i = 0u; i < resultType.componentCount; i++) { result.move(i, out[i]); } in EmitImageSample()
518 if(dimensions >= 1) dst.move(0, Max(SIMD::Int(width) >> lod, one)); in GetImageDimensions()
519 if(dimensions >= 2) dst.move(1, Max(SIMD::Int(height) >> lod, one)); in GetImageDimensions()
520 if(dimensions >= 3) dst.move(2, Max(SIMD::Int(depth) >> lod, one)); in GetImageDimensions()
525 if(dimensions >= 1) dst.move(0, SIMD::Int(width)); in GetImageDimensions()
526 if(dimensions >= 2) dst.move(1, SIMD::Int(height)); in GetImageDimensions()
527 if(dimensions >= 3) dst.move(2, SIMD::Int(depth)); in GetImageDimensions()
532 dst.move(dimensions, SIMD::Int(depth)); in GetImageDimensions()
559 dst.move(0, SIMD::Int(mipLevels)); in EmitImageQueryLevels()
594 dst.move(0, SIMD::Int(sampleCount)); in EmitImageQuerySamples()
[all …]
/third_party/spirv-tools/source/opt/
Dir_loader.cpp94 new Instruction(module()->context(), *inst, std::move(dbg_line_info_))); in AddInstruction()
117 function_ = MakeUnique<Function>(std::move(spv_inst)); in AddInstruction()
128 function_->SetFunctionEnd(std::move(spv_inst)); in AddInstruction()
129 module_->AddFunction(std::move(function_)); in AddInstruction()
140 block_ = MakeUnique<BasicBlock>(std::move(spv_inst)); in AddInstruction()
152 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
153 function_->AddBasicBlock(std::move(block_)); in AddInstruction()
162 module_->AddCapability(std::move(spv_inst)); in AddInstruction()
164 module_->AddExtension(std::move(spv_inst)); in AddInstruction()
166 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.cpp38 new Instruction(*inst, std::move(dbg_line_info_))); in AddInstruction()
51 function_.reset(new Function(std::move(spv_inst))); in AddInstruction()
62 function_->SetFunctionEnd(std::move(spv_inst)); in AddInstruction()
63 module_->AddFunction(std::move(function_)); in AddInstruction()
74 block_.reset(new BasicBlock(std::move(spv_inst))); in AddInstruction()
84 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
85 function_->AddBasicBlock(std::move(block_)); in AddInstruction()
91 module_->AddCapability(std::move(spv_inst)); in AddInstruction()
93 module_->AddExtension(std::move(spv_inst)); in AddInstruction()
95 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.cpp109 new Instruction(module()->context(), *inst, std::move(dbg_line_info_))); in AddInstruction()
138 function_ = MakeUnique<Function>(std::move(spv_inst)); in AddInstruction()
149 function_->SetFunctionEnd(std::move(spv_inst)); in AddInstruction()
150 module_->AddFunction(std::move(function_)); in AddInstruction()
161 block_ = MakeUnique<BasicBlock>(std::move(spv_inst)); in AddInstruction()
173 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
174 function_->AddBasicBlock(std::move(block_)); in AddInstruction()
183 module_->AddCapability(std::move(spv_inst)); in AddInstruction()
185 module_->AddExtension(std::move(spv_inst)); in AddInstruction()
187 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.cpp109 new Instruction(module()->context(), *inst, std::move(dbg_line_info_))); in AddInstruction()
138 function_ = MakeUnique<Function>(std::move(spv_inst)); in AddInstruction()
149 function_->SetFunctionEnd(std::move(spv_inst)); in AddInstruction()
150 module_->AddFunction(std::move(function_)); in AddInstruction()
161 block_ = MakeUnique<BasicBlock>(std::move(spv_inst)); in AddInstruction()
173 block_->AddInstruction(std::move(spv_inst)); in AddInstruction()
174 function_->AddBasicBlock(std::move(block_)); in AddInstruction()
183 module_->AddCapability(std::move(spv_inst)); in AddInstruction()
185 module_->AddExtension(std::move(spv_inst)); in AddInstruction()
187 module_->AddExtInstImport(std::move(spv_inst)); in AddInstruction()
[all …]

12345678910>>...287