Searched refs:Move (Results 1 - 25 of 78) sorted by relevance

1234

/openbsd-current/games/trek/
H A Drest.c70 Move.time = t;
74 if (Ship.cond != DOCKED && Move.time > t)
75 Move.time = t + 0.0001;
76 Move.free = 0;
77 Move.resting = 1;
H A Dplay.c92 Move.free = 1;
93 Move.time = 0.0;
94 Move.shldchg = 0;
95 Move.newquad = 0;
96 Move.resting = 0;
H A Dimpulse.c80 Move.time = move(0, course, time, 0.095);
81 Ship.energy -= 20 + 100 * Move.time * 0.095;
H A Dlose.c80 Move.endgame = -1;
H A Ddumpme.c62 Move.time += x;
83 Move.time = 0;
H A Dmain.c47 struct Move Move; variable in typeref:struct:Move
H A Dattack.c79 if (Move.free)
95 if (Move.shldchg)
121 if (Ship.shldup || Move.shldchg)
163 Move.shldchg = 0;
H A Dwin.c62 Move.endgame = 1;
H A Devents.c66 if (Move.time <= 0.0)
79 if (Move.time > 0.5 && Move.resting)
88 xdate = idate + Move.time;
174 Move.time = xdate - idate;
396 if (!Move.resting)
440 if (restcancel && Move.resting && getynpar("Spock: Shall we cancel our rest period"))
441 Move.time = xdate - idate;
453 Ship.energy -= Param.cloakenergy * Move.time;
456 rtime = 1.0 - exp(-Param.regenfac * Move
[all...]
H A Dcapture.c77 Move.free = 0;
78 Move.time = 0.05;
H A Dshield.c141 Move.free = 0;
143 Move.shldchg = 1;
H A Dvisual.c97 Move.time = 0.05;
98 Move.free = 0;
H A Dwarp.c123 Move.time = move(fl, course, time, speed);
126 dist = Move.time * speed;
H A Dklmove.c38 ** Move Klingons Around
84 if (ranf(i) >= Param.moveprob[2 * Move.newquad + fl])
88 motion *= k->avgdist * Param.movefac[2 * Move.newquad + fl];
H A Dmove.c39 ** Move Under Warp or Impulse Power
131 Move.free = 0;
161 Move.newquad = 2;
H A Dtrek.h248 extern struct Move struct
256 } Move;
H A Ddock.c137 Move.free = 0;
H A Dinitquad.c132 Move.newquad = 1;
H A Dscore.c65 if (Move.endgame > 0)
/openbsd-current/games/sail/
H A Dgame.c52 int riggone = 0, Move, flank = 0; local
54 Move = ship->specs->bs;
65 Move = ship->specs->fs;
68 Move -= 1 + WET[windspeed][ship->specs->class-1].B;
70 Move -= 1 + WET[windspeed][ship->specs->class-1].C;
72 Move = (flank ? 2 : 1) - WET[windspeed][ship->specs->class-1].D;
74 Move = 0;
76 Move -= WET[windspeed][ship->specs->class-1].A;
77 Move -= riggone;
78 Move
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp328 static int Move; member in struct:__anon144::__anon145::CountCopyAndMove
337 CountCopyAndMove(CountCopyAndMove &&) { Move++; }
339 Move++;
344 int CountCopyAndMove::Move = 0; member in class:__anon144::__anon145::CountCopyAndMove
380 CountCopyAndMove::Move = 0; member in class:__anon144::CountCopyAndMove
389 EXPECT_EQ(ExpectedMaxInitialEntries, CountCopyAndMove::Move);
401 // EXPECT_EQ(ExpectedMaxInitialEntries + 2, CountCopyAndMove::Move);
417 CountCopyAndMove::Move = 0; member in class:__anon144::CountCopyAndMove
426 EXPECT_EQ(Size, CountCopyAndMove::Move);
439 CountCopyAndMove::Move member in class:__anon144::CountCopyAndMove
460 CountCopyAndMove::Move = 0; member in class:__anon144::CountCopyAndMove
[all...]
H A Dsanitizer_type_traits_test.cpp45 TEST(SanitizerCommon, Move) {
/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dfunction.bench.cpp137 struct Move { struct in namespace:__anon105
225 makeCartesianProductBenchmark<Move, AllFunctionTypes>();
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos. enumerator in enum:clang::diff::ChangeKind
34 UpdateMove // Same as Move plus Update.
/openbsd-current/lib/libelf/
H A Dlibelf_align.c69 [ELF_T_MOVE] = MALIGN(Move),

Completed in 264 milliseconds

1234