Home
last modified time | relevance | path

Searched defs:max_moves (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DBlock.h83 int max_moves; /**< indicates whether the block can be pushed variable
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DBlock.cpp56 int max_moves in Block()
421 void Block::set_max_moves(int max_moves) { in set_max_moves()
/dports/games/pentobi/pentobi-19.1/libpentobi_mcts/
H A DSearchParamConst.h41 static constexpr unsigned max_moves = member
/dports/games/xorgramana/XorGramana-0.0.8/
H A Dmap.h36 ctr_t max_moves; /* number of moves allowed to complete a level */ member
/dports/math/py-deap/deap-1.3.1/examples/gp/
H A Dant.py80 def __init__(self, max_moves): argument
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Darmybase.h123 void setMaxMoves(guint32 max_moves) {d_max_moves = max_moves;} in setMaxMoves()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/compiler/
H A Daco_scheduler.cpp531 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
661 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
801 int max_moves = POS_EXP_MAX_MOVES; in schedule_position_export() local
/dports/lang/clover/mesa-21.3.6/src/amd/compiler/
H A Daco_scheduler.cpp647 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
789 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
961 int max_moves = POS_EXP_MAX_MOVES / ctx.schedule_pos_export_div; in schedule_position_export() local
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_scheduler.cpp647 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
789 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
961 int max_moves = POS_EXP_MAX_MOVES / ctx.schedule_pos_export_div; in schedule_position_export() local
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/
H A Daco_scheduler.cpp647 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
789 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
961 int max_moves = POS_EXP_MAX_MOVES / ctx.schedule_pos_export_div; in schedule_position_export() local
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/compiler/
H A Daco_scheduler.cpp647 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
789 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
961 int max_moves = POS_EXP_MAX_MOVES / ctx.schedule_pos_export_div; in schedule_position_export() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/
H A Daco_scheduler.cpp647 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
789 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
961 int max_moves = POS_EXP_MAX_MOVES / ctx.schedule_pos_export_div; in schedule_position_export() local
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/
H A Daco_scheduler.cpp647 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
789 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
961 int max_moves = POS_EXP_MAX_MOVES / ctx.schedule_pos_export_div; in schedule_position_export() local
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/compiler/
H A Daco_scheduler.cpp647 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
789 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
961 int max_moves = POS_EXP_MAX_MOVES / ctx.schedule_pos_export_div; in schedule_position_export() local
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_scheduler.cpp647 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
789 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
961 int max_moves = POS_EXP_MAX_MOVES / ctx.schedule_pos_export_div; in schedule_position_export() local
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/compiler/
H A Daco_scheduler.cpp648 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
790 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
962 int max_moves = POS_EXP_MAX_MOVES / ctx.schedule_pos_export_div; in schedule_position_export() local
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/compiler/
H A Daco_scheduler.cpp647 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
789 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
961 int max_moves = POS_EXP_MAX_MOVES / ctx.schedule_pos_export_div; in schedule_position_export() local
/dports/games/pentobi/pentobi-19.1/libboardgame_mcts/
H A DSearchBase.h74 static constexpr unsigned max_moves = 1000; member
193 static constexpr unsigned max_moves = SearchParamConst::max_moves; variable
/dports/games/pentobi/pentobi-19.1/libpentobi_base/
H A DBoard.h51 static constexpr unsigned max_moves = Color::range * max_player_moves; variable
/dports/games/wesnoth/wesnoth-1.14.17/src/pathfind/
H A Dpathfind.cpp277 bool slowed, int moves_left, int max_moves, int turns_left, in find_routes()
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dedit_entity_dialog.cpp1078 int max_moves = entity_before.get_field(max_moves_field_name).toInt(); in initialize_max_moves() local
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DMapApi.cpp810 int max_moves = data.get_integer("max_moves"); in l_create_block() local
H A DEntityApi.cpp3778 const int max_moves = block.get_max_moves(); in block_api_get_max_moves() local
3805 const int max_moves = LuaTools::check_int(l, 2); in block_api_set_max_moves() local
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_evpn_vty.c3357 uint32_t max_moves = (uint32_t)max_moves_val; variable
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_evpn_vty.c3357 uint32_t max_moves = (uint32_t)max_moves_val; variable

12