| /openbsd-src/games/sail/ |
| H A D | game.c | 52 int riggone = 0, Move, flank = 0; in maxmove() local 54 Move = ship->specs->bs; in maxmove() 65 Move = ship->specs->fs; in maxmove() 68 Move -= 1 + WET[windspeed][ship->specs->class-1].B; in maxmove() 70 Move -= 1 + WET[windspeed][ship->specs->class-1].C; in maxmove() 72 Move = (flank ? 2 : 1) - WET[windspeed][ship->specs->class-1].D; in maxmove() 74 Move = 0; in maxmove() 76 Move -= WET[windspeed][ship->specs->class-1].A; in maxmove() 77 Move -= riggone; in maxmove() 78 Move = Move < 0 ? 0 : Move; in maxmove() [all …]
|
| /openbsd-src/games/trek/ |
| H A D | rest.c | 70 Move.time = t; in rest() 74 if (Ship.cond != DOCKED && Move.time > t) in rest() 75 Move.time = t + 0.0001; in rest() 76 Move.free = 0; in rest() 77 Move.resting = 1; in rest()
|
| H A D | play.c | 92 Move.free = 1; in play() 93 Move.time = 0.0; in play() 94 Move.shldchg = 0; in play() 95 Move.newquad = 0; in play() 96 Move.resting = 0; in play()
|
| H A D | events.c | 66 if (Move.time <= 0.0) in events() 79 if (Move.time > 0.5 && Move.resting) in events() 88 xdate = idate + Move.time; in events() 174 Move.time = xdate - idate; in events() 396 if (!Move.resting) in events() 440 if (restcancel && Move.resting && getynpar("Spock: Shall we cancel our rest period")) in events() 441 Move.time = xdate - idate; in events() 453 Ship.energy -= Param.cloakenergy * Move.time; in events() 456 rtime = 1.0 - exp(-Param.regenfac * Move.time); in events() 462 Ship.reserves -= Move.time; in events()
|
| H A D | attack.c | 79 if (Move.free) in attack() 95 if (Move.shldchg) in attack() 121 if (Ship.shldup || Move.shldchg) in attack() 163 Move.shldchg = 0; in attack()
|
| H A D | impulse.c | 80 Move.time = move(0, course, time, 0.095); in impulse() 81 Ship.energy -= 20 + 100 * Move.time * 0.095; in impulse()
|
| H A D | main.c | 47 struct Move Move; variable
|
| H A D | dumpme.c | 62 Move.time += x; in dumpme() 83 Move.time = 0; in dumpme()
|
| H A D | capture.c | 77 Move.free = 0; in capture() 78 Move.time = 0.05; in capture()
|
| H A D | visual.c | 97 Move.time = 0.05; in visual() 98 Move.free = 0; in visual()
|
| H A D | shield.c | 141 Move.free = 0; in shield() 143 Move.shldchg = 1; in shield()
|
| H A D | warp.c | 123 Move.time = move(fl, course, time, speed); in warp() 126 dist = Move.time * speed; in warp()
|
| H A D | klmove.c | 84 if (ranf(i) >= Param.moveprob[2 * Move.newquad + fl]) in klmove() 88 motion *= k->avgdist * Param.movefac[2 * Move.newquad + fl]; in klmove()
|
| H A D | trek.h | 248 extern struct Move struct 256 } Move; argument
|
| H A D | move.c | 131 Move.free = 0; in move() 161 Move.newquad = 2; in move()
|
| H A D | lose.c | 80 Move.endgame = -1; in lose()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_dense_map_test.cpp | 328 static int Move; member 337 CountCopyAndMove(CountCopyAndMove &&) { Move++; } in CountCopyAndMove() 339 Move++; in operator =() 344 int CountCopyAndMove::Move = 0; member in __anon97d5ac0f0111::__anon97d5ac0f0311::CountCopyAndMove 380 CountCopyAndMove::Move = 0; in TEST() 389 EXPECT_EQ(ExpectedMaxInitialEntries, CountCopyAndMove::Move); in TEST() 417 CountCopyAndMove::Move = 0; in TEST() 426 EXPECT_EQ(Size, CountCopyAndMove::Move); in TEST() 439 CountCopyAndMove::Move = 0; in TEST() 443 EXPECT_EQ(0, CountCopyAndMove::Move); in TEST() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleV6.td | 59 // Move instructions, unconditional 73 // Move instructions, conditional 194 // FP Special Register to Integer Register File Move 263 // Integer to Single-precision Move 266 // Integer to Double-precision Move 269 // Single-precision to Integer Move 272 // Double-precision to Integer Move
|
| H A D | ARMScheduleA8.td | 66 // Move instructions, unconditional 80 // Move instructions, conditional 252 // FP Special Register to Integer Register File Move 359 // Integer to Single-precision Move 364 // Integer to Double-precision Move 369 // Single-precision to Integer Move 374 // Double-precision to Integer Move 807 // Move 811 // Move Immediate 815 // Double-register Permute Move [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 278 bool move(const MoveGroup &Move) const; 283 bool realignGroup(const MoveGroup &Move) const; 701 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createLoadGroups() argument 702 assert(!Move.Main.empty() && "Move group should have non-empty Main"); in createLoadGroups() 704 if (Move.IsHvx != isHvx(Info)) in createLoadGroups() 707 Instruction *Base = Move.Main.front(); in createLoadGroups() 724 Move.Main.push_back(Info.Inst); in createLoadGroups() 725 llvm::append_range(Move.Deps, Deps); in createLoadGroups() 748 auto tryAddTo = [&](const AddrInfo &Info, MoveGroup &Move) { in createStoreGroups() argument 749 assert(!Move.Main.empty() && "Move group should have non-empty Main"); in createStoreGroups() [all …]
|
| /openbsd-src/sys/arch/riscv64/conf/ |
| H A D | kern.ldscript | 30 /* Move rodata to the next page, so we can nuke X and W bit on it */ 43 /* Move .data to the next page, so we can add W bit on it */
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
| H A D | ChangeLog | 159 (main): Move undef of IN_GCC so define of tree typedef works. 180 EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move here from 185 (ansidecl.h): Move include after config.h. 189 (tree_parameter_list): Move to treelang.h as part of 194 EXP_FUNCTION_INVOCATION EXP_MINUS EXP_EQUALS): Move from here to
|
| /openbsd-src/sys/arch/arm/conf/ |
| H A D | kern.ldscript | 32 /* Move rodata to the next page, so we can nuke X and W bit on it */ 49 /* Move .data to the next page, so we can add W bit on it */
|
| /openbsd-src/sys/arch/arm64/conf/ |
| H A D | kern.ldscript | 31 /* Move rodata to the next page, so we can nuke X and W bit on it */ 48 /* Move .data to the next page, so we can add W bit on it */
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | ChangeLog | 20 * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4. 42 * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat. 86 (padlock_table): Delete. Move to.. 151 * arm-opc.h (arm_opcodes): Move generic mcrr after known
|