Home
last modified time | relevance | path

Searched refs:moves_ (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/scorched3d/scorched/src/server/server/
H A DServerTurnsSimultaneous.cpp43 for (itor = moves_.begin(); in ~ServerTurnsSimultaneous()
44 itor != moves_.end(); in ~ServerTurnsSimultaneous()
49 moves_.clear(); in ~ServerTurnsSimultaneous()
57 for (movesItor = moves_.begin(); in internalEnterState()
58 movesItor != moves_.end(); in internalEnterState()
63 moves_.clear(); in internalEnterState()
126 if (moves_.find(tanket->getPlayerId()) == moves_.end()) in internalSimulate()
149 if (moves_.find(tanket->getPlayerId()) == moves_.end()) in internalSimulate()
177 movesItor != moves_.end(); in internalSimulate()
194 moves_.clear(); in internalSimulate()
[all …]
H A DServerTurnsSimultaneous.h46 std::map<unsigned int, ComsPlayedMoveMessage*> moves_; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/iterators/iterator.requirements/iterator.cust/
H A Dunqualified_lookup_wrapper.h63 …constexpr move_tracker(move_tracker&& other) noexcept : moves_{other.moves_ + 1} { other.moves_ = … in move_tracker()
65 moves_ = other.moves_ + 1;
66 other.moves_ = 0;
73 constexpr int moves() const noexcept { return moves_; } in moves()
76 int moves_ = 0;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/iterators/iterator.requirements/iterator.cust/
H A Dunqualified_lookup_wrapper.h63 …constexpr move_tracker(move_tracker&& other) noexcept : moves_{other.moves_ + 1} { other.moves_ = … in move_tracker()
65 moves_ = other.moves_ + 1;
66 other.moves_ = 0;
73 constexpr int moves() const noexcept { return moves_; } in moves()
76 int moves_ = 0;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/iterators/iterator.requirements/iterator.cust/
H A Dunqualified_lookup_wrapper.h63 …constexpr move_tracker(move_tracker&& other) noexcept : moves_{other.moves_ + 1} { other.moves_ = … in move_tracker()
65 moves_ = other.moves_ + 1;
66 other.moves_ = 0;
73 constexpr int moves() const noexcept { return moves_; } in moves()
76 int moves_ = 0;
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/iterators/iterator.requirements/iterator.cust/
H A Dunqualified_lookup_wrapper.h63 …constexpr move_tracker(move_tracker&& other) noexcept : moves_{other.moves_ + 1} { other.moves_ = …
65 moves_ = other.moves_ + 1;
66 other.moves_ = 0;
73 constexpr int moves() const noexcept { return moves_; }
76 int moves_ = 0;
/dports/games/xgalaga++/xgalaga++-0.9/
H A Dexplosion.cc12 , moves_ (0) in Explosion()
35 if (moves_ < duration_) { in Move()
36 ++moves_; in Move()
38 if (moves_ < duration_) { in Move()
H A Dexplosion.h11 int moves_; variable
18 bool Finished() const { return moves_ >= duration_; } in Finished()
/dports/games/wesnoth/wesnoth-1.14.17/src/terrain/
H A Dmovement.hpp24 terrain_movement(const t_string& name_, int moves_) in terrain_movement()
25 : name(name_), moves(moves_) in terrain_movement()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DLIR.cpp557 for (size_t i = 0; i < moves_.length(); i++)
558 MOZ_ASSERT(to != moves_[i].to());
578 return moves_.append(LMove(from, to, type));
588 for (size_t i = 0; i < moves_.length(); i++) {
589 if (moves_[i].to() == from) {
590 from = moves_[i].from();
598 for (size_t i = 0; i < moves_.length(); i++) {
599 if (to == moves_[i].to()) {
600 moves_[i] = LMove(from, to, type);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DLIR.cpp546 for (size_t i = 0; i < moves_.length(); i++) in add()
547 MOZ_ASSERT(to != moves_[i].to()); in add()
567 return moves_.append(LMove(from, to, type)); in add()
577 for (size_t i = 0; i < moves_.length(); i++) { in addAfter()
578 if (moves_[i].to() == from) { in addAfter()
579 from = moves_[i].from(); in addAfter()
587 for (size_t i = 0; i < moves_.length(); i++) { in addAfter()
588 if (to == moves_[i].to()) { in addAfter()
589 moves_[i] = LMove(from, to, type); in addAfter()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DLIR.cpp638 for (size_t i = 0; i < moves_.length(); i++) { in add()
639 MOZ_ASSERT(to != moves_[i].to()); in add()
678 return moves_.append(LMove(from, to, type)); in add()
687 for (size_t i = 0; i < moves_.length(); i++) { in addAfter()
688 if (moves_[i].to() == from) { in addAfter()
689 from = moves_[i].from(); in addAfter()
698 for (size_t i = 0; i < moves_.length(); i++) { in addAfter()
699 if (to == moves_[i].to()) { in addAfter()
700 moves_[i] = LMove(from, to, type); in addAfter()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DLIR.cpp638 for (size_t i = 0; i < moves_.length(); i++) { in add()
639 MOZ_ASSERT(to != moves_[i].to()); in add()
678 return moves_.append(LMove(from, to, type)); in add()
687 for (size_t i = 0; i < moves_.length(); i++) { in addAfter()
688 if (moves_[i].to() == from) { in addAfter()
689 from = moves_[i].from(); in addAfter()
698 for (size_t i = 0; i < moves_.length(); i++) { in addAfter()
699 if (to == moves_[i].to()) { in addAfter()
700 moves_[i] = LMove(from, to, type); in addAfter()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DLIR.cpp638 for (size_t i = 0; i < moves_.length(); i++) { in add()
639 MOZ_ASSERT(to != moves_[i].to()); in add()
678 return moves_.append(LMove(from, to, type)); in add()
687 for (size_t i = 0; i < moves_.length(); i++) { in addAfter()
688 if (moves_[i].to() == from) { in addAfter()
689 from = moves_[i].from(); in addAfter()
698 for (size_t i = 0; i < moves_.length(); i++) { in addAfter()
699 if (to == moves_[i].to()) { in addAfter()
700 moves_[i] = LMove(from, to, type); in addAfter()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DLIR.cpp639 for (size_t i = 0; i < moves_.length(); i++) { in add()
640 MOZ_ASSERT(to != moves_[i].to()); in add()
663 return moves_.append(LMove(from, to, type)); in add()
672 for (size_t i = 0; i < moves_.length(); i++) { in addAfter()
673 if (moves_[i].to() == from) { in addAfter()
674 from = moves_[i].from(); in addAfter()
683 for (size_t i = 0; i < moves_.length(); i++) { in addAfter()
684 if (to == moves_[i].to()) { in addAfter()
685 moves_[i] = LMove(from, to, type); in addAfter()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DLIR.cpp573 for (size_t i = 0; i < moves_.length(); i++) MOZ_ASSERT(to != moves_[i].to()); in add()
593 return moves_.append(LMove(from, to, type)); in add()
602 for (size_t i = 0; i < moves_.length(); i++) { in addAfter()
603 if (moves_[i].to() == from) { in addAfter()
604 from = moves_[i].from(); in addAfter()
611 for (size_t i = 0; i < moves_.length(); i++) { in addAfter()
612 if (to == moves_[i].to()) { in addAfter()
613 moves_[i] = LMove(from, to, type); in addAfter()
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/default/
H A Dca.cpp518 , moves_() in get_villages_phase()
528 moves_.clear(); in evaluate()
531 if (!moves_.empty()) { in evaluate()
546 for(tmoves::const_iterator i = moves_.begin(); i != moves_.end(); ++i) { in execute()
622 find_villages(reachmap, moves_, dstsrc, enemy_dstsrc); in get_villages()
627 itor = remove_unit(reachmap, moves_, itor); in get_villages()
639 dispatch(reachmap, moves_); in get_villages()
645 << " ms, resulted in " << moves_.size() << " units being dispatched.\n"; in get_villages()
H A Dca.hpp137 tmoves moves_; member in ai::ai_default_rca::get_villages_phase
/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dunit.hpp1781 int moves_; member
H A Dunit.cpp2445 , moves_(u.movement_left(true)) in unit_movement_resetter()
2464 u_.set_movement(moves_); in ~unit_movement_resetter()
/dports/www/firefox/firefox-99.0/js/src/jit/shared/
H A DLIR-shared.h94 js::Vector<LMove, 2, JitAllocPolicy> moves_; variable
102 : LInstructionHelper(classOpcode), moves_(alloc) {} in LMoveGroup()
119 size_t numMoves() const { return moves_.length(); } in numMoves()
120 const LMove& getMove(size_t i) const { return moves_[i]; } in getMove()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DLIR-shared.h104 js::Vector<LMove, 2, JitAllocPolicy> moves_; variable
112 : moves_(alloc) in LMoveGroup()
131 return moves_.length(); in numMoves()
134 return moves_[i]; in getMove()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DLIR-shared.h104 js::Vector<LMove, 2, JitAllocPolicy> moves_; variable
112 : moves_(alloc) in LMoveGroup()
131 return moves_.length(); in numMoves()
134 return moves_[i]; in getMove()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddirectn.cc474 direction_chooser::direction_chooser(dist& moves_, in direction_chooser() argument
476 moves(moves_), in direction_chooser()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DLIR-shared.h82 js::Vector<LMove, 2, JitAllocPolicy> moves_; variable
90 : LInstructionHelper(classOpcode), moves_(alloc) {} in LMoveGroup()
107 size_t numMoves() const { return moves_.length(); } in numMoves()
108 const LMove& getMove(size_t i) const { return moves_[i]; } in getMove()

12