Home
last modified time | relevance | path

Searched refs:MAX_MOVES (Results 1 – 25 of 104) sorted by relevance

12345

/dports/math/rubiks/rubiks-20070912/dik/
H A Dglobals.h3 #define MAX_MOVES 30 macro
8 extern char moves[MAX_MOVES];
H A Dglobals.c6 char moves[MAX_MOVES];
/dports/games/dobutsu/dobutsu-2/
H A Dai.c70 analyze_position(struct analysis an[MAX_MOVES], in analyze_position() argument
74 struct move moves[MAX_MOVES]; in analyze_position()
113 struct analysis an[MAX_MOVES]; in ai_move()
H A Drules.h59 MAX_MOVES = 40, /* e.g. for S/---/-L-/--l/-R-/CGGEE */ enumerator
168 extern size_t generate_moves(struct move[MAX_MOVES], const struct position*);
H A Dmoves.c187 generate_moves(struct move moves[MAX_MOVES], const struct position *p) in generate_moves() argument
203 assert (mc <= MAX_MOVES); in generate_moves()
H A Dtablebase.h114 extern size_t analyze_position(struct analysis[MAX_MOVES],
H A Dtbvalidate.c66 struct move moves[MAX_MOVES], bestmove; in validate_position()
H A Ddobutsu.c550 struct move moves[MAX_MOVES]; in cmd_show_moves()
590 struct analysis analysis[MAX_MOVES]; in cmd_show_lines()
H A Dtbgenerate.c279 struct move moves[MAX_MOVES]; in initial_round_pos()
362 struct move moves[MAX_MOVES]; in normal_round_pos()
H A Dtbaccess.c52 struct move moves[MAX_MOVES]; in lookup_position()
/dports/games/xboard/xboard-4.9.1/
H A Dhistory.c71 static HistoryMove histMoves[ MAX_MOVES ];
128 if( index < 0 || index >= MAX_MOVES ) { in AppendMoveToMemo()
175 if( index >= 0 && index < MAX_MOVES ) { in DoHighlight()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dhistory.c70 static HistoryMove histMoves[ MAX_MOVES ];
127 if( index < 0 || index >= MAX_MOVES ) { in AppendMoveToMemo()
174 if( index >= 0 && index < MAX_MOVES ) { in DoHighlight()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/
H A DReverseArrow.java72 private static final int MAX_MOVES = 3; field in ReverseArrow
168 if (checkBoard() && moveCount <= MAX_MOVES) { in onTurnReached()
465 if (moveCount < MAX_MOVES) { in onTokenMoved()
467 } else if (moveCount == MAX_MOVES) { in onTokenMoved()
476 npc.say("Sorry, you may only do " + MAX_MOVES + " moves"); in onTokenMoved()
/dports/games/gnugo/gnugo-3.8/engine/
H A Dowl.c1585 for (k = 0; k < MAX_MOVES-1; k++) { in semeai_review_owl_moves()
1787 for (k = 0; k < MAX_MOVES; k++) { in remove_eye_filling_moves()
1906 for (k = 0; k < MAX_MOVES; k++) { in clear_owl_move_data()
2519 for (k = 0; k < MAX_MOVES; k++) { in owl_threaten_attack()
3040 for (k = 0; k < MAX_MOVES; k++) { in owl_threaten_defense()
3380 0, NO_MOVE, MAX_MOVES, NULL); in owl_determine_life()
3436 0, NO_MOVE, MAX_MOVES, NULL); in owl_determine_life()
3528 0, NO_MOVE, MAX_MOVES, NULL); in owl_determine_life()
3532 MAX_MOVES, NULL); in owl_determine_life()
4419 gg_assert(k < MAX_MOVES); in get_next_move_from_list()
[all …]
H A Dreadconnect.c38 #define MAX_MOVES 362 macro
429 int moves[MAX_MOVES]; in connected_one_move()
904 int moves[MAX_MOVES]; in simply_connected_two_moves()
1180 int i, res = 0, Moves[MAX_MOVES], ForcedMoves[MAX_MOVES]; in recursive_connect()
1274 int Moves[MAX_MOVES]; in disconnect()
1562 int i, res = 0, Moves[MAX_MOVES], ForcedMoves[MAX_MOVES]; in recursive_transitivity()
1776 int scores[MAX_MOVES]; in order_connection_moves()
1971 int moves[MAX_MOVES]; in recursive_connect2()
2103 int moves[MAX_MOVES]; in recursive_disconnect2()
2846 int moves[MAX_MOVES]; in recursive_break()
[all …]
/dports/games/xorgramana/XorGramana-0.0.8/
H A Ddefs.h72 #define MAX_MOVES 2000 macro
H A Dscores.c69 if(moves>MAX_MOVES) in save_score()
/dports/games/scid/scid/src/polyglot/
H A Dbook.cpp117 #define MAX_MOVES 100 macro
124 uint16 move[MAX_MOVES]; in scid_book_movesupdate()
125 int prob[MAX_MOVES]; in scid_book_movesupdate()
144 if(prob_count>=MAX_MOVES){ in scid_book_movesupdate()
170 if(move_count>=MAX_MOVES){ in scid_book_movesupdate()
/dports/games/avp/avp-20170505/src/avp/
H A Ddynamics.h33 #define MAX_MOVES 4 macro
/dports/games/stockfish/Stockfish-sf_14/src/
H A Dmovegen.h72 ExtMove moveList[MAX_MOVES], *last;
H A Dmovepick.h158 ExtMove moves[MAX_MOVES];
/dports/games/xshogi/xshogi-1.4.2/
H A Dxshogi.h81 #define MAX_MOVES 512 macro
H A Dparser.y86 extern char moveList[MAX_MOVES][MOVE_LEN];
/dports/games/crafty/crafty-25.2_1/
H A Dtbprobe.c82 #define MAX_MOVES TB_MAX_MOVES macro
1093 uint16_t moves0[MAX_MOVES]; in is_mate()
1277 uint16_t moves0[MAX_MOVES]; in probe_wdl()
1306 uint16_t moves0[MAX_MOVES]; in probe_dtz_no_ep()
1451 uint16_t moves0[MAX_MOVES]; in probe_dtz()
1488 int16_t scores[MAX_MOVES]; in probe_root()
1489 uint16_t moves0[MAX_MOVES]; in probe_root()
/dports/games/KnightCap/Export/
H A Dutil.c36 static Move tmp[MAX_MOVES]; in sort_moves()
194 Move moves[MAX_MOVES]; in parse_algebraic()

12345