| /openbsd-src/games/phantasia/ |
| H A D | map.c | 17 move(-1400, -1000); in main() 62 move(-670, 1075); in main() 65 move(-360, 80); in main() 67 move(-385, -100); in main() 69 move(-560, 80); in main() 71 move(-580, -100); in main() 85 move(340, 900); in main() 87 move(300, 840); in main() 89 move(340, -840); in main() 91 move(300, -900); in main() [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
| H A D | set_union.h | 36 … : __in1_(std::move(__in_iter1)), __in2_(std::move(__in_iter2)), __out_(std::move(__out_iter)) {} in __set_union_result() 44 …auto __ret1 = std::__copy<_AlgPolicy>(std::move(__first1), std::move(__last1), std::move(__result)… in __set_union() 46 std::move(__ret1.first), std::move(__first2), std::move((__ret1.second))); in __set_union() 59 …auto __ret2 = std::__copy<_AlgPolicy>(std::move(__first2), std::move(__last2), std::move(__result)… in __set_union() 61 std::move(__first1), std::move(__ret2.first), std::move((__ret2.second))); in __set_union() 73 std::move(__first1), in set_union() 74 std::move(__last1), in set_union() 75 std::move(__first2), in set_union() 76 std::move(__last2), in set_union() 77 std::move(__result), in set_union() [all …]
|
| H A D | set_symmetric_difference.h | 36 … : __in1_(std::move(__in_iter1)), __in2_(std::move(__in_iter2)), __out_(std::move(__out_iter)) {} in __set_symmetric_difference_result() 45 …auto __ret1 = std::__copy<_AlgPolicy>(std::move(__first1), std::move(__last1), std::move(__result)… in __set_symmetric_difference() 47 std::move(__ret1.first), std::move(__first2), std::move((__ret1.second))); in __set_symmetric_difference() 63 …auto __ret2 = std::__copy<_AlgPolicy>(std::move(__first2), std::move(__last2), std::move(__result)… in __set_symmetric_difference() 65 std::move(__first1), std::move(__ret2.first), std::move((__ret2.second))); in __set_symmetric_difference() 77 std::move(__first1), in set_symmetric_difference() 78 std::move(__last1), in set_symmetric_difference() 79 std::move(__first2), in set_symmetric_difference() 80 std::move(__last2), in set_symmetric_difference() 81 std::move(__result), in set_symmetric_difference() [all …]
|
| H A D | set_intersection.h | 35 … : __in1_(std::move(__in_iter1)), __in2_(std::move(__in_iter2)), __out_(std::move(__out_iter)) {} in __set_intersection_result() 56 _IterOps<_AlgPolicy>::next(std::move(__first1), std::move(__last1)), in __set_intersection() 57 _IterOps<_AlgPolicy>::next(std::move(__first2), std::move(__last2)), in __set_intersection() 58 std::move(__result)); in __set_intersection() 70 std::move(__first1), in set_intersection() 71 std::move(__last1), in set_intersection() 72 std::move(__first2), in set_intersection() 73 std::move(__last2), in set_intersection() 74 std::move(__result), in set_intersection() 87 std::move(__first1), in set_intersection() [all …]
|
| H A D | unwrap_range.h | 38 return pair{std::__unwrap_iter(std::move(__first)), std::__unwrap_iter(std::move(__last))}; in __unwrap() 42 return pair{std::move(__first), std::move(__last)}; in __unwrap() 49 return std::__rewrap_iter(std::move(__orig_iter), std::move(__iter)); in __rewrap() 62 return pair{std::__unwrap_iter(std::move(__first)), std::__unwrap_iter(std::move(__last))}; 67 return std::__rewrap_iter(std::move(__orig_iter), std::move(__iter)); 73 return __unwrap_range_impl<_Iter, _Sent>::__unwrap(std::move(__first), std::move(__last)); 81 return __unwrap_range_impl<_Iter, _Sent>::__rewrap(std::move(__orig_iter), std::move(__iter)); 86 …return std::make_pair(std::__unwrap_iter(std::move(__first)), std::__unwrap_iter(std::move(__last)… 91 return std::__rewrap_iter(std::move(__orig_iter), std::move(__iter));
|
| H A D | move.h | 45 return std::make_pair(std::move(__first), std::move(__result)); in operator() 55 … std::__move<_AlgPolicy>(_Traits::__local(__first), _Traits::__local(__last), std::move(__result)); in operator() 56 return std::make_pair(__last, std::move(__iters.second)); in operator() 59 …_move<_AlgPolicy>(_Traits::__local(__first), _Traits::__end(__sfirst), std::move(__result)).second; in operator() 63 …std::__move<_AlgPolicy>(_Traits::__begin(__sfirst), _Traits::__end(__sfirst), std::move(__result))… in operator() 67 …std::__move<_AlgPolicy>(_Traits::__begin(__sfirst), _Traits::__local(__last), std::move(__result))… in operator() 68 return std::make_pair(__last, std::move(__result)); in operator() 82 return std::make_pair(std::move(__first), std::move(__result)); in operator() 90 __first = std::move(__iters.first); in operator() 93 …return std::make_pair(std::move(__first), _Traits::__compose(__segment_iterator, std::move(__iters… in operator() [all …]
|
| H A D | is_permutation.h | 117 std::move(__first1), std::move(__last1), std::move(__first2), std::move(__last2), 151 std::move(__first1), std::move(__last1), std::move(__first2), std::move(__last2), 166 std::move(__first1), std::move(__last1), std::move(__first2), std::move(__last2), 179 std::move(__first1), std::move(__last1), std::move(__first2), std::move(__last2), 195 std::move(__first1), std::move(__last1), std::move(__first2), __pred); 212 std::move(__first1), 213 std::move(__last1), 214 std::move(__first2), 215 std::move(__last2), 230 std::move(__first1), std::move(__last1), std::move(__first2), std::move(__last2),
|
| H A D | copy_move_common.h | 106 auto __range = std::__unwrap_range(__first, std::move(__last)); 107 …auto __result = _Algorithm()(std::move(__range.first), std::move(__range.second), std::__unwrap_it… 108 return std::make_pair(std::__rewrap_range<_Sent>(std::move(__first), std::move(__result.first)), 109 … std::__rewrap_iter(std::move(__out_first), std::move(__result.second))); 119 return _Algorithm()(std::move(__first), std::move(__last), std::move(__out_first)); 143 …eturn std::__unwrap_and_dispatch<_NaiveAlgorithm>(std::move(__first), std::move(__last), std::move… 152 …eturn std::__unwrap_and_dispatch<_NaiveAlgorithm>(std::move(__first), std::move(__last), std::move… 158 …return std::__unwrap_and_dispatch<_Algorithm>(std::move(__first), std::move(__last), std::move(__o…
|
| H A D | partition.h | 32 return std::make_pair(std::move(__first), std::move(__first)); in __partition_impl() 47 return std::make_pair(std::move(__first), std::move(__p)); in __partition_impl() 63 return std::make_pair(std::move(__first), std::move(__original_last)); in __partition_impl() 71 return std::make_pair(std::move(__first), std::move(__original_last)); in __partition_impl() 83 std::move(__first), std::move(__last), __pred, __iter_category); in __partition() 92 …auto __result = std::__partition<_ClassicAlgPolicy>(std::move(__first), std::move(__last), __pred,… in partition()
|
| /openbsd-src/games/canfield/canfield/ |
| H A D | canfield.c | 253 move(moverow, boxcol); in movebox() 255 move(msgrow, boxcol); in movebox() 277 move(tboxrow, boxcol); in printtopinstructions() 279 move(tboxrow + 1, boxcol); in printtopinstructions() 281 move(tboxrow + 2, boxcol); in printtopinstructions() 283 move(tboxrow + 3, boxcol); in printtopinstructions() 285 move(tboxrow + 4, boxcol); in printtopinstructions() 287 move(tboxrow + 5, boxcol); in printtopinstructions() 289 move(tboxrow + 6, boxcol); in printtopinstructions() 291 move(tboxrow + 7, boxcol); in printtopinstructions() [all …]
|
| /openbsd-src/games/boggle/boggle/ |
| H A D | mach.c | 144 move(LIST_LINE, LIST_COL); in results() 148 move(LIST_LINE + 1, LIST_COL); in results() 152 move(row + 1, col); in results() 155 move(row + 2, col); in results() 161 move(SCORE_LINE, SCORE_COL); in results() 163 move(SCORE_LINE + 1, SCORE_COL); in results() 168 move(TIMER_LINE, TIMER_COL); in results() 215 move(row, col - 1); in get_line() 224 move(row, col - (int) (p - q)); in get_line() 240 move(crow, ccol); in get_line() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkGeneric.cpp | 33 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 49 return Ctx->notifyFailed(std::move(Err)); in linkPhase1() 53 [S = std::move(Self)](AllocResult AR) mutable { in linkPhase1() 58 TmpSelf->linkPhase2(std::move(S), std::move(AR)); in linkPhase1() 66 Alloc = std::move(*AR); in linkPhase2() 78 return Ctx->notifyFailed(std::move(Err)); in linkPhase2() 84 return Ctx->notifyFailed(std::move(Err)); in linkPhase2() 97 TmpSelf.linkPhase3(std::move(Self), AsyncLookupResult()); in linkPhase2() 117 Ctx->lookup(std::move(ExternalSymbols), in linkPhase2() 119 [S = std::move(Self)]( in linkPhase2() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericJITLinkMemoryManager.cpp | 43 : Parent(Parent), G(G), AllocAddr(AllocAddr), Segs(std::move(Segs)) {} in InFlightAlloc() 63 [OnFinalize = std::move(OnFinalize), AllocAddr = this->AllocAddr]( in finalize() 67 cantFail(std::move(FinalizeErr)); in finalize() 68 OnFinalize(std::move(SerializationErr)); in finalize() 70 OnFinalize(std::move(FinalizeErr)); in finalize() 74 Parent.SAs.Allocator, std::move(FR)); in finalize() 82 [OnAbandoned = std::move(OnAbandoned)](Error SerializationErr, in abandon() 85 cantFail(std::move(DeallocateErr)); in abandon() 86 OnAbandoned(std::move(SerializationErr)); in abandon() 88 OnAbandoned(std::move(DeallocateErr)); in abandon() [all …]
|
| H A D | Layer.cpp | 28 *this, *getManglingOptions(), std::move(TSM)), in add() 29 std::move(RT)); in add() 35 : MaterializationUnit(Interface()), TSM(std::move(TSM)) { in IRMaterializationUnit() 105 : MaterializationUnit(std::move(I)), TSM(std::move(TSM)), in IRMaterializationUnit() 106 SymbolToDefinition(std::move(SymbolToDefinition)) {} in IRMaterializationUnit() 137 : IRMaterializationUnit(L.getExecutionSession(), MO, std::move(TSM)), L(L) { in BasicIRLayerMaterializationUnit() 158 L.emit(std::move(R), std::move(TSM)); in materialize() 175 *this, std::move(O), std::move(I)), in add() 176 std::move(RT)); in add() 183 return add(std::move(RT), std::move(O), std::move(*I)); in add() [all …]
|
| H A D | CompileOnDemandLayer.cpp | 78 : IRMaterializationUnit(ES, MO, std::move(TSM)), Parent(Parent) {} in PartitioningIRMaterializationUnit() 84 : IRMaterializationUnit(std::move(TSM), std::move(I), in PartitioningIRMaterializationUnit() 85 std::move(SymbolToDefinition)), in PartitioningIRMaterializationUnit() 90 Parent.emitPartition(std::move(R), std::move(TSM), in materialize() 91 std::move(SymbolToDefinition)); in materialize() 107 return std::move(Requested); in compileRequested() 120 BuildIndirectStubsManager(std::move(BuildIndirectStubsManager)) {} in CompileOnDemandLayer() 123 this->Partition = std::move(Partition); in setPartitionFunction() 159 ES, *getManglingOptions(), std::move(TSM), *this))) { in emit() 160 ES.reportError(std::move(Err)); in emit() [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/__memory/ |
| H A D | ranges_uninitialized_algorithms.h | 51 _VSTD::move(__first), _VSTD::move(__last)); in operator() 77 return _VSTD::__uninitialized_default_construct_n<_ValueType>(_VSTD::move(__first), __n); in operator() 98 _VSTD::move(__first), _VSTD::move(__last)); in operator() 124 return _VSTD::__uninitialized_value_construct_n<_ValueType>(_VSTD::move(__first), __n); in operator() 145 return _VSTD::__uninitialized_fill<_ValueType>(_VSTD::move(__first), _VSTD::move(__last), __x); in operator() 172 return _VSTD::__uninitialized_fill_n<_ValueType>(_VSTD::move(__first), __n, __x); in operator() 199 …auto __result = _VSTD::__uninitialized_copy<_ValueType>(_VSTD::move(__ifirst), _VSTD::move(__ilast… in operator() 200 … _VSTD::move(__ofirst), _VSTD::move(__olast)); in operator() 201 return {_VSTD::move(__result.first), _VSTD::move(__result.second)}; in operator() 235 auto __result = _VSTD::__uninitialized_copy_n<_ValueType>(_VSTD::move(__ifirst), __n, in operator() [all …]
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | KaleidoscopeJIT.h | 48 : Proto(std::move(Proto)), Body(std::move(Body)) {} in FunctionAST() 96 std::move(F)), in add() 102 BaseLayer.emit(std::move(MR), irgenAndTakeOwnership(*F, "")); in emit() 110 return MaterializationUnit::Interface(std::move(Symbols), nullptr); in getInterface() 120 : MaterializationUnit(L.getInterface(*F)), L(L), F(std::move(F)) {} in KaleidoscopeASTMaterializationUnit() 124 L.emit(std::move(R), std::move(F)); in materialize() 151 : ES(std::move(ES)), EPCIU(std::move(EPCIU)), DL(std::move(DL)), in KaleidoscopeJIT() 156 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))), 167 ES->reportError(std::move(Err)); in ~KaleidoscopeJIT() 169 ES->reportError(std::move(Err)); in ~KaleidoscopeJIT() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 59 T.Replacement = std::move(*Replacement); in translateEdits() 65 T.Note = std::move(*Note); in translateEdits() 71 T.Metadata = std::move(*Metadata); in translateEdits() 73 Edits.push_back(std::move(T)); in translateEdits() 79 return [Edits = std::move(Edits)](const MatchResult &Result) { in editList() 85 return [Edit = std::move(Edit)](const MatchResult &Result) { in edit() 91 return [Anchor = std::move(Anchor)](const MatchResult &Result) in noopEdit() 111 return std::move(Generators[0]); in flattenVector() 113 [Gs = std::move(Generators)]( in flattenVector() 128 E.TargetRange = std::move(Target); in changeTo() [all …]
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | help | 4 h - cursor left w - move forward a "word" n - repeat the last search 5 l - cursor right b - move backward a "word" 17 :#<Enter> - move to a line (e.g., :35<Enter> moves to line 35) 33 ^H move left by characters 34 ^J move down by lines 36 ^M move down by lines (to first non-blank) 37 ^N move down by lines 38 ^P move up by lines 43 ^W move to next screen 50 <space> move right by columns [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Lookup.h | 184 : ResultKind(std::move(Other.ResultKind)), in LookupResult() 185 Ambiguity(std::move(Other.Ambiguity)), Decls(std::move(Other.Decls)), in LookupResult() 186 Paths(std::move(Other.Paths)), in LookupResult() 187 NamingClass(std::move(Other.NamingClass)), in LookupResult() 188 BaseObjectType(std::move(Other.BaseObjectType)), in LookupResult() 189 SemaPtr(std::move(Other.SemaPtr)), NameInfo(std::move(Other.NameInfo)), in LookupResult() 190 NameContextRange(std::move(Other.NameContextRange)), in LookupResult() 191 LookupKind(std::move(Other.LookupKind)), IDNS(std::move(Other.IDNS)), in LookupResult() 192 Redecl(std::move(Other.Redecl)), in LookupResult() 193 ExternalRedecl(std::move(Other.ExternalRedecl)), in LookupResult() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| H A D | UDTLayout.cpp | 74 DataMember(std::move(Member)) { in DataMemberLayoutItem() 77 UdtLayout = std::make_unique<ClassLayout>(std::move(UDT)); in DataMemberLayoutItem() 86 Type(std::move(Sym)) { in VBPtrLayoutItem() 102 VTable(std::move(VT)) { in VTableLayoutItem() 147 OwnedStorage = std::move(UDT); in ClassLayout() 159 Base(std::move(B)) { in BaseClassLayout() 182 VirtualBaseSyms.push_back(std::move(Base)); in initializeChildren() 184 Bases.push_back(std::move(Base)); in initializeChildren() 188 Members.push_back(std::move(Data)); in initializeChildren() 190 Other.push_back(std::move(Data)); in initializeChildren() [all …]
|
| /openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/ |
| H A D | SpeculativeJIT.cpp | 56 auto ES = std::make_unique<ExecutionSession>(std::move(*EPC)); in Create() 77 std::move(ES), std::move(*DL), std::move(*JTMB), std::move(*LCTMgr), in Create() 78 std::move(ISMBuilder), std::move(*ProcessSymbolsSearchGenerator))); in Create() 79 return std::move(SJ); in Create() 85 return CODLayer.add(MainJD, std::move(TSM)); in addModule() 109 : ES(std::move(ES)), DL(std::move(DL)), in SpeculativeJIT() 110 MainJD(this->ES->createBareJITDylib("<main>")), LCTMgr(std::move(LCTMgr)), in SpeculativeJIT() 112 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))), in SpeculativeJIT() 116 std::move(ISMBuilder)) { in SpeculativeJIT() 117 MainJD.addGenerator(std::move(ProcessSymbolsGenerator)); in SpeculativeJIT() [all …]
|
| /openbsd-src/games/robots/ |
| H A D | play_level.c | 44 move(My_pos.y, My_pos.x); in play_level() 50 move(cp->y, cp->x); in play_level() 56 move(Min.y, Min.x); in play_level() 58 move(Max.y, Max.x); in play_level() 64 move(My_pos.y, My_pos.x); in play_level() 73 move(Y_PROMPT, X_PROMPT); in play_level() 75 move(Y_PROMPT + 1, X_PROMPT); in play_level() 89 move(Y_PROMPT, X_PROMPT); in play_level() 98 move(Y_PROMPT, X_PROMPT); in play_level() 100 move(Y_PROMPT + 1, X_PROMPT); in play_level()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| H A D | KaleidoscopeJIT.h | 64 : ES(std::move(ES)), EPCIU(std::move(EPCIU)), DL(std::move(DL)), in KaleidoscopeJIT() 69 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))), 82 ES->reportError(std::move(Err)); in ~KaleidoscopeJIT() 84 ES->reportError(std::move(Err)); in ~KaleidoscopeJIT() 92 auto ES = std::make_unique<ExecutionSession>(std::move(*EPC)); in Create() 102 return std::move(Err); in Create() 111 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(*EPCIU), in Create() 112 std::move(JTMB), std::move(*DL)); in Create() 123 return CODLayer.add(RT, std::move(TSM)); 150 return std::move(TSM); in optimizeModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFile.cpp | 44 Buffer(std::move(PdbFileBuffer)) {} in PDBFile() 110 return std::move(EC); in getBlockData() 126 consumeError(std::move(EC)); in parseFileHeaders() 229 DirectoryStream = std::move(DS); in parseStreamData() 267 auto TempGlobals = std::make_unique<GlobalsStream>(std::move(*GlobalS)); in getPDBGlobalsStream() 269 return std::move(EC); in getPDBGlobalsStream() 270 Globals = std::move(TempGlobals); in getPDBGlobalsStream() 280 auto TempInfo = std::make_unique<InfoStream>(std::move(*InfoS)); in getPDBInfoStream() 282 return std::move(EC); in getPDBInfoStream() 283 Info = std::move(TempInfo); in getPDBInfoStream() [all …]
|