Home
last modified time | relevance | path

Searched defs:move (Results 1 – 25 of 5043) sorted by relevance

12345678910>>...202

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/maxq20/
H A Dpmtest.s5 move T1CN, #05h label
6 move T1MD, #233 label
7 move T1CL,A[0] label
9 move T2CFG, #12h label
10 move T2V, #12h label
11 move T2C, A[0] label
14 move MCNT, #123 label
15 move MA, #13h label
19 move 15h,#13h label
20 move 25h, 13h label
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/maxq20/
H A Dpmtest.s5 move T1CN, #05h label
6 move T1MD, #233 label
7 move T1CL,A[0] label
9 move T2CFG, #12h label
10 move T2V, #12h label
11 move T2C, A[0] label
14 move MCNT, #123 label
15 move MA, #13h label
19 move 15h,#13h label
20 move 25h, 13h label
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/maxq10/
H A Dpmtest.s5 move T1CN, #05h label
6 move T1MD, #233 label
7 move T1CL,A[0] label
9 move T2CFG, #12h label
10 move T2V, #12h label
11 move T2C, A[0] label
14 move MCNT, #123 label
15 move MA, #13h label
19 move 15h,#13h label
20 move 25h, 13h label
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/maxq10/
H A Dpmtest.s5 move T1CN, #05h label
6 move T1MD, #233 label
7 move T1CL,A[0] label
9 move T2CFG, #12h label
10 move T2V, #12h label
11 move T2C, A[0] label
14 move MCNT, #123 label
15 move MA, #13h label
19 move 15h,#13h label
20 move 25h, 13h label
[all …]
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dinternal_move_struct.h36 #define fcs_int_move_set_src(move, value) (move).src = ((unsigned int)(value)) argument
37 #define fcs_int_move_set_dest(move, value) (move).dest = ((unsigned int)(value)) argument
38 #define fcs_int_move_set_type(move, value) (move).type = ((unsigned int)(value)) argument
42 #define fcs_int_move_get_src(move) ((move).src) argument
43 #define fcs_int_move_get_dest(move) ((move).dest) argument
44 #define fcs_int_move_get_type(move) ((move).type) argument
45 #define fcs_int_move_get_num_cards_in_seq(move) ((move).num_cards_in_seq) argument
53 #define fcs_int_move_set_type(move, value) fcs_move_set_type((move), (value)) argument
57 #define fcs_int_move_get_src(move) fcs_move_get_src_stack((move)) argument
58 #define fcs_int_move_get_dest(move) fcs_move_get_dest_stack((move)) argument
[all …]
/dports/audio/uade/uade-2.13/amigasrc/players/ps3m/
H A Dply_xm.s42 move d0,slen(a5) define
90 move d2,d6 define
112 move d6,d4 define
209 move d1,d2 define
322 move d1,d0 define
393 move d0,d1 define
680 move d1,d2 define
906 move d2,d0 define
917 move d1,d3 define
919 move d2,d4 define
[all …]
H A Dply_s3m.s10 move d0,slen(a5) define
11 move d0,positioneita(a5) define
15 move d0,pats(a5) define
19 move d0,inss(a5) define
23 move d0,fformat(a5) define
27 move d0,sflags(a5) define
262 move d0,d1 define
305 move d0,period(a2) define
583 move d0,pos define
610 move d0,d2 define
[all …]
H A DEP_PS3M.s1147 move d0,d1 define
1161 move d0,d1 define
1249 move d0,d1 define
1359 move d0,d1 define
1372 move d0,d1 define
1458 move d0,d1 define
1567 move d0,d1 define
1581 move d0,d1 define
1664 move d0,d1 define
1776 move d0,d1 define
[all …]
H A Dchk_ps3m.s137 move d1,numchans(a5) define
140 move d1,maxchan(a5) define
147 move d1,d0 define
154 move d1,numchans(a5) define
157 move d1,maxchan(a5) define
164 move d0,numchans(a5) define
167 move d0,maxchan(a5) define
H A Dply_mod.s48 move d0,positioneita(a5) define
52 move d1,numchans(a5) define
58 move d0,patlen define
102 move d1,(a1)+ define
154 move d6,d5 define
183 move d0,positioneita define
187 move d0,patlen define
216 move d1,(a1)+ define
351 move d2,d0 define
415 move d2,d4 define
[all …]
/dports/games/scid/scid/src/polyglot/
H A Dmove.cpp33 bool move_is_ok(int move) { in move_is_ok()
67 int move_from(int move) { in move_from()
80 int move_to(int move) { in move_to()
93 int move_promote_hack(int move) { in move_promote_hack()
122 bool move_is_promote(int move) { in move_is_promote()
152 int move_piece(int move, const board_t * board) { in move_piece()
162 int move_capture(int move, const board_t * board) { in move_capture()
176 int move_promote(int move, const board_t * board) { in move_promote()
194 bool move_is_check(int move, const board_t * board) { in move_is_check()
210 bool move_is_mate(int move, const board_t * board) { in move_is_mate()
[all …]
/dports/games/polyglot/polyglot-1.4.70b/
H A Dmove.c29 bool move_is_ok(int move) { in move_is_ok()
63 int move_from(int move) { in move_from()
76 int move_to(int move) { in move_to()
89 int move_promote_hack(int move) { in move_promote_hack()
118 bool move_is_promote(int move) { in move_is_promote()
148 int move_piece(int move, const board_t * board) { in move_piece()
158 int move_capture(int move, const board_t * board) { in move_capture()
172 int move_promote(int move, const board_t * board) { in move_promote()
282 int move; in move_from_can() local
355 int move_order(int move) { in move_order()
[all …]
/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dmove.cpp51 bool move_is_ok(int move) { in move_is_ok()
85 int move_from(int move) { in move_from()
98 int move_to(int move) { in move_to()
111 int move_promote_hack(int move) { in move_promote_hack()
140 bool move_is_promote(int move) { in move_is_promote()
170 int move_piece(int move, const board_t * board) { in move_piece()
180 int move_capture(int move, const board_t * board) { in move_capture()
194 int move_promote(int move, const board_t * board) { in move_promote()
304 int move; in move_from_can() local
381 int move_order(int move) { in move_order()
[all …]
/dports/audio/uade/uade-2.13/amigasrc/players/musicline_editor/
H A Dmlineplayer102.asm1579 move d1,d0 define
1594 move d1,d0 define
1609 move d1,d0 define
1891 move d3,d5 define
1895 move d3,d4 define
1955 move d3,d0 define
2018 move d0,d1 define
2064 move d0,d1 define
2131 move d1,d2 define
2138 move d2,d3 define
[all …]
/dports/games/freecell-solver/freecell-solver-6.2.0/include/freecell-solver/
H A Dfcs_move.h51 #define fcs_move_set_src_stack(move, value) \ argument
53 #define fcs_move_set_src_freecell(move, value) \ argument
55 #define fcs_move_set_dest_stack(move, value) \ argument
57 #define fcs_move_set_dest_freecell(move, value) \ argument
59 #define fcs_move_set_foundation(move, value) \ argument
68 #define fcs_move_get_src_stack(move) ((move).c[FCS_MOVE_SRC]) argument
69 #define fcs_move_get_src_freecell(move) ((move).c[FCS_MOVE_SRC]) argument
70 #define fcs_move_get_dest_stack(move) ((move).c[FCS_MOVE_DEST]) argument
71 #define fcs_move_get_dest_freecell(move) ((move).c[FCS_MOVE_DEST]) argument
72 #define fcs_move_get_foundation(move) ((move).c[FCS_MOVE_DEST]) argument
[all …]
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dmove.cpp27 bool move_is_ok(int move) { in move_is_ok()
39 int move_promote(int move) { in move_promote()
64 int move_order(int move) { in move_order()
73 bool move_is_capture(int move, const board_t * board) { in move_is_capture()
83 bool move_is_under_promote(int move) { in move_is_under_promote()
92 bool move_is_tactical(int move, const board_t * board) { in move_is_tactical()
102 int move_capture(int move, const board_t * board) { in move_capture()
116 bool move_to_string(int move, char string[], int size) { in move_to_string()
153 int move; in move_from_string() local
H A Dsort.cpp223 int move; in sort_next() local
393 int move; in sort_next_qs() local
523 void history_good(int move, const board_t * board) { in history_good()
550 void history_bad(int move, const board_t * board) { in history_bad()
602 void history_tried(int move, const board_t * board) { in history_tried()
620 void history_success(int move, const board_t * board) { in history_success()
657 int i, move; in note_moves() local
699 int i, move; in note_quiet_moves() local
719 int i, move; in note_moves_simple() local
739 int i, move; in note_mvv_lva() local
[all …]
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/annotations/items/text/
H A DKeyInputHelper.cpp46 emit move(TextPositions::PreviousWordBeginning); in handleKeyPress() local
48 emit move(TextPositions::Previous); in handleKeyPress() local
53 emit move(TextPositions::NextWordBeginning); in handleKeyPress() local
55 emit move(TextPositions::Next); in handleKeyPress() local
59 emit move(TextPositions::Up); in handleKeyPress() local
62 emit move(TextPositions::Down); in handleKeyPress() local
65 emit move(TextPositions::Beginning); in handleKeyPress() local
68 emit move(TextPositions::End); in handleKeyPress() local
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dmove.cpp49 bool move_is_ok(int move) { in move_is_ok()
61 int move_promote(int move) { in move_promote()
86 int move_order(int move) { in move_order()
95 bool move_is_capture(int move, const board_t * board) { in move_is_capture()
105 bool move_is_under_promote(int move) { in move_is_under_promote()
114 bool move_is_tactical(int move, const board_t * board) { in move_is_tactical()
124 int move_capture(int move, const board_t * board) { in move_capture()
138 bool move_to_string(int move, char string[], int size) { in move_to_string()
175 int move; in move_from_string() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/apps/
H A Dshaped_app_window_targeter_unittest.cc80 ui::MouseEvent move(ui::ET_MOUSE_MOVED, gfx::Point(40, 40), in TEST_F() local
94 ui::MouseEvent move(ui::ET_MOUSE_MOVED, gfx::Point(40, 40), in TEST_F() local
118 ui::MouseEvent move(ui::ET_MOUSE_MOVED, gfx::Point(40, 40), in TEST_F() local
164 ui::MouseEvent move(move_outside); in TEST_F() local
175 ui::MouseEvent move(move_outside); in TEST_F() local
188 ui::MouseEvent move(move_outside); in TEST_F() local
199 ui::MouseEvent move(move_outside); in TEST_F() local
209 ui::MouseEvent move(move_outside); in TEST_F() local
223 ui::MouseEvent move(ui::ET_MOUSE_MOVED, gfx::Point(80, 80), in TEST_F() local
234 ui::MouseEvent move(ui::ET_MOUSE_MOVED, gfx::Point(32, 37), in TEST_F() local
[all …]
/dports/games/openomf/libShadowDive-b2c34a6/src/
H A Dmove.c8 int sd_move_create(sd_move *move) { in sd_move_create()
65 void sd_move_free(sd_move *move) { in sd_move_free()
73 int sd_move_load(sd_reader *r, sd_move *move) { in sd_move_load()
137 int sd_move_save(sd_writer *w, const sd_move *move) { in sd_move_save()
186 int sd_move_set_animation(sd_move *move, const sd_animation *animation) { in sd_move_set_animation()
208 sd_animation* sd_move_get_animation(const sd_move *move) { in sd_move_get_animation()
212 int sd_move_set_footer_string(sd_move *move, const char* str) { in sd_move_set_footer_string()
220 int sd_move_set_move_string(sd_move *move, const char *str) { in sd_move_set_move_string()
/dports/audio/uade/uade-2.13/amigasrc/players/musicline_editor/don_adan/
H A Dmusicline_4v.asm493 move d0,d7 define
2809 move d3,d4 define
2886 move d3,d0 define
2961 move d0,d1 define
3007 move d0,d1 define
3079 move d1,d2 define
3086 move d2,d3 define
4049 move d0,d2 define
5476 move d1,d2 define
5903 move d1,d2 define
[all …]
/dports/audio/uade/uade-2.13/amigasrc/players/artofnoise/
H A DArtofNoise8.s289 move d1,(a1) define
862 move d2,(a1)+ define
865 move d0,(a1)+ define
866 move d1,(a1)+ define
879 move d1,(a1)+ define
891 move d1,(a1)+ define
1488 move d1,d2 define
1511 move d1,d2 define
1548 move d2,d1 define
1555 move d1,d2 define
[all …]
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/
H A Dboard.c83 char *move_to_fullalg(board_t *board, move_t *move) { in move_to_fullalg()
117 int make_move(board_t *board, move_t *move) { in make_move()
159 static int ray_ok(board_t *board, move_t *move) { in ray_ok()
185 move_t move; in square_attacked() local
376 int move_is_valid(board_t *b, move_t *move) { in move_is_valid()
389 move_t move; in is_mated() local
406 void move_set_attr(board_t *b, move_t *move) { in move_set_attr()
440 move_t *move; in fullalg_to_move() local
513 move_t move, *retval; in find_unique_move() local
571 char *move_to_san(board_t *board, move_t *move) { in move_to_san()
[all …]
/dports/games/gnudoku/GNUDoku-0.93/
H A Dsudoku-solve.H223 struct move struct
225 move() in move() argument
229 move(const Sudoku::attempt& old, MOVE_KIND type) in move() function
255 // used for likely and random moves: argument
273 bool ForcedPossibilities(Board& board, std::vector<move>& moves); argument

12345678910>>...202