| /src/games/backgammon/backgammon/ |
| backlocal.h | 32 struct move; 40 void move(struct move *, int);
|
| /src/games/phantasia/ |
| map.c | 15 move(-1400, -1000); 60 move(-670, 1075); 63 move(-360, 80); 65 move(-385, -100); 67 move(-560, 80); 69 move(-580, -100); 83 move(340, 900); 85 move(300, 840); 87 move(340, -840); 89 move(300, -900) [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| move.s | 1 # Blackfin testcase for register move instructions 9 .macro move reg0:req, reg1:req, clobber:req 20 move R0, R1, R2 21 move R0, R2, R3 22 move R0, R2, R4 23 move R0, R3, R5 24 move R0, R4, R6 25 move R0, R5, R7 26 move R0, R6, R1 27 move R0, R7, R [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| move.s | 1 # Blackfin testcase for register move instructions 9 .macro move reg0:req, reg1:req, clobber:req 20 move R0, R1, R2 21 move R0, R2, R3 22 move R0, R2, R4 23 move R0, R3, R5 24 move R0, R4, R6 25 move R0, R5, R7 26 move R0, R6, R1 27 move R0, R7, R [all...] |
| /src/games/backgammon/common_source/ |
| back.h | 56 struct move { struct 58 int mvlim; /* 'move limit': max. number of moves */ 61 int h[4]; /* flag for each move if a man was hit */ 122 extern char cin[100]; /* input line of current move 142 void backone(struct move *, int); 145 int checkmove(struct move *, int); 155 void getarg(struct move *, char ***); 157 void getmove(struct move *); 162 int makmove(struct move *, int); 163 int movallow(struct move *); [all...] |
| /src/lib/libc/compat/arch/mips/sys/ |
| compat___sigtramp1.S | 47 move a0, sp /* address of sigcontext */ 49 move a0, v0 /* exit with errno */
|
| /src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/ |
| ELFStub.cpp | 23 TbeVersion = std::move(Stub.TbeVersion); 24 Arch = std::move(Stub.Arch); 25 SoName = std::move(Stub.SoName); 26 NeededLibs = std::move(Stub.NeededLibs); 27 Symbols = std::move(Stub.Symbols);
|
| /src/sys/arch/amiga/stand/loadbsd/ |
| startit.s | 5 move.l sp,a3 6 move.l 4,a6 11 move.w #0x2700,sr 27 move.l (4,a3),a1 | loaded kernel 28 move.l (8,a3),d2 | length of loaded kernel 29 | move.l (12,a3),sp | entry point in stack pointer 30 move.l (12,a3),a6 | push entry point *** 31 move.l (16,a3),a0 | fastmem-start 32 move.l (20,a3),d0 | fastmem-size 33 move.l (24,a3),d1 | chipmem-siz [all...] |
| /src/games/robots/ |
| play_level.c | 54 move(My_pos.y, My_pos.x); 60 move(cp->y, cp->x); 66 move(Min.y, Min.x); 68 move(Max.y, Max.x); 75 move(My_pos.y, My_pos.x); 86 move(Y_PROMPT, X_PROMPT); 88 move(Y_PROMPT + 1, X_PROMPT); 102 move(Y_PROMPT, X_PROMPT); 111 move(Y_PROMPT, X_PROMPT); 113 move(Y_PROMPT + 1, X_PROMPT) [all...] |
| query.c | 55 move(Y_PROMPT, X_PROMPT); 60 move(Y_PROMPT, X_PROMPT); 62 move(y, x);
|
| init_field.c | 88 move(0, 0); 91 move(i, 0); 94 move(Y_FIELDSIZE, 0); 101 move(0, 1); 106 move(i, X_FIELDSIZE); 112 move(i, X_FIELDSIZE + 2); 129 move(tely, telx);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| AMDGPUELFStreamer.cpp | 25 : MCELFStreamer(Context, std::move(MAB), std::move(OW), 26 std::move(Emitter)) {} 35 return new AMDGPUELFStreamer(T, Context, std::move(MAB), std::move(OW), 36 std::move(Emitter));
|
| /src/external/apache2/llvm/dist/llvm/lib/Testing/Support/ |
| Error.cpp | 17 handleAllErrors(std::move(Err), 19 Infos.emplace_back(std::move(Info)); 21 return {std::move(Infos)};
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-rvalue-ref-value-cc.cc | 49 int &&int_rref = std::move (val); 51 int_ptr &&int_ptr_rref = std::move (ptr); 56 B &&b_rref = std::move (b);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-rvalue-ref-value-cc.cc | 49 int &&int_rref = std::move (val); 51 int_ptr &&int_ptr_rref = std::move (ptr); 56 B &&b_rref = std::move (b);
|
| /src/games/hangman/ |
| prword.c | 50 move(KNOWNY, KNOWNX + sizeof "Word: ");
|
| /src/sys/arch/sgimips/stand/common/ |
| iris_start.S | 45 move s0, a0 # save argc 46 move s1, a1 # save argv 47 move s2, a2 # save envp 48 move s3, ra # save RA 51 move a1, zero 56 move a0, s0 # restore argc 57 move a1, s1 # restore argv 58 move a2, s2 # restore envp 60 move ra, s3 # restore RA
|
| start.S | 98 move s0, a0 # save argc 99 move s1, a1 # save argv 100 move s2, a2 # save envp 101 move s3, ra # save RA 105 move a1, zero 110 move a0, s0 # restore argc 111 move a1, s1 # restore argv 112 move a2, s2 # restore envp 114 move ra, s3 # restore RA
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| Move.h | 1 //=== Move.h - Tracking moved-from objects. ------------------------*- C++ -*-// 9 // Defines inter-checker API for the use-after-move checker. It allows 21 namespace move { namespace in namespace:clang::ento 26 } // namespace move
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| IRTransformLayer.cpp | 18 Transform(std::move(Transform)) {} 24 if (auto TransformedTSM = Transform(std::move(TSM), *R)) 25 BaseLayer.emit(std::move(R), std::move(*TransformedTSM));
|
| ObjectTransformLayer.cpp | 22 : BaseT(ES), BaseLayer(BaseLayer), Transform(std::move(Transform)) {} 31 if (auto TransformedObj = Transform(std::move(O))) 32 O = std::move(*TransformedObj); 40 BaseLayer.emit(std::move(R), std::move(O));
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| MSVCErrorWorkarounds.h | 14 // move to MSVC versions that support non-default-constructible types. 31 MSVCPError(MSVCPError &&Other) : Error(std::move(Other)) {} 34 Error::operator=(std::move(Other)); 38 MSVCPError(Error Err) : Error(std::move(Err)) {} 50 MSVCPExpected(MSVCPExpected &&Other) : Expected<T>(std::move(Other)) {} 53 Expected<T>::operator=(std::move(Other)); 57 MSVCPExpected(Error Err) : Expected<T>(std::move(Err)) {} 63 : Expected<T>(std::move(Val)) {} 69 : Expected<T>(std::move(Other)) {} 75 : Expected<T>(std::move(Other)) { [all...] |
| /src/sys/arch/mipsco/stand/common/ |
| start.S | 44 move s0, a0 # save argc 45 move s1, a1 # save argv 48 move a1, zero 53 move a0, s0 # restore argc 55 move a1, s1 # restore argv 60 move a0, zero
|
| /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| KaleidoscopeJIT.h | 56 : TPC(std::move(TPC)), ES(std::move(ES)), DL(std::move(DL)), 61 std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))), 71 ES->reportError(std::move(Err)); 80 auto ES = std::make_unique<ExecutionSession>(std::move(SSP)); 88 return std::make_unique<KaleidoscopeJIT>(std::move(*TPC), std::move(ES), 89 std::move(JTMB), std::move(*DL)) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| rvalue-ref-types.cc | 35 short &&rrt = std::move (t); 38 short *&&rrpt = std::move (pt); 45 short (&&rrat)[4] = std::move( at);
|