Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/dragonfly/games/phantasia/
HDmap.c16 move(-1400, -1000); in main()
61 move(-670, 1075); in main()
64 move(-360, 80); in main()
66 move(-385, -100); in main()
68 move(-560, 80); in main()
70 move(-580, -100); in main()
84 move(340, 900); in main()
86 move(300, 840); in main()
88 move(340, -840); in main()
90 move(300, -900); in main()
[all …]
/dragonfly/games/canfield/canfield/
HDcanfield.c256 move(moverow, boxcol); in movebox()
258 move(msgrow, boxcol); in movebox()
280 move(tboxrow, boxcol); in printtopinstructions()
282 move(tboxrow + 1, boxcol); in printtopinstructions()
284 move(tboxrow + 2, boxcol); in printtopinstructions()
286 move(tboxrow + 3, boxcol); in printtopinstructions()
288 move(tboxrow + 4, boxcol); in printtopinstructions()
290 move(tboxrow + 5, boxcol); in printtopinstructions()
292 move(tboxrow + 6, boxcol); in printtopinstructions()
294 move(tboxrow + 7, boxcol); in printtopinstructions()
[all …]
/dragonfly/games/boggle/boggle/
HDmach.c143 move(LIST_LINE, LIST_COL); in results()
147 move(LIST_LINE + 1, LIST_COL); in results()
151 move(row + 1, col); in results()
154 move(row + 2, col); in results()
160 move(SCORE_LINE, SCORE_COL); in results()
162 move(SCORE_LINE + 1, SCORE_COL); in results()
167 move(TIMER_LINE, TIMER_COL); in results()
214 move(row, col - 1); in get_line()
223 move(row, col - (int) (p - q)); in get_line()
239 move(crow, ccol); in get_line()
[all …]
/dragonfly/games/backgammon/common_source/
HDback.h51 struct move { struct
137 void backone(struct move *, int);
140 int checkmove(struct move *, int);
150 void getarg(struct move *, char ***);
152 void getmove(struct move *);
157 int makmove(struct move *, int);
158 int movallow(struct move *);
159 void movback(struct move *, int);
160 void moverr(struct move *, int);
161 int movokay(struct move *, int);
[all …]
HDone.c35 static int checkd(struct move *, int);
39 makmove(struct move *mm, int i) in makmove()
92 moverr(struct move *mm, int i) in moverr()
114 checkd(struct move *mm, int d) in checkd()
133 movback(struct move *mm, int i) in movback()
142 backone(struct move *mm, int i) in backone()
/dragonfly/contrib/gcc-4.7/gcc/
HDira-emit.c160 typedef struct move *move_t;
164 struct move struct
197 move_t move; in create_move() local
199 move = (move_t) ira_allocate (sizeof (struct move)); in create_move()
200 move->deps = NULL; in create_move()
201 move->deps_num = 0; in create_move()
202 move->to = to; in create_move()
203 move->from = from; in create_move()
204 move->next = NULL; in create_move()
205 move->insn = NULL_RTX; in create_move()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDira-emit.c153 typedef struct move *move_t;
157 struct move struct
190 move_t move; in create_move() local
192 move = (move_t) ira_allocate (sizeof (struct move)); in create_move()
193 move->deps = NULL; in create_move()
194 move->deps_num = 0; in create_move()
195 move->to = to; in create_move()
196 move->from = from; in create_move()
197 move->next = NULL; in create_move()
198 move->insn = NULL; in create_move()
[all …]
/dragonfly/games/robots/
HDplay_level.c45 move(My_pos.y, My_pos.x); in play_level()
51 move(cp->y, cp->x); in play_level()
57 move(Min.y, Min.x); in play_level()
59 move(Max.y, Max.x); in play_level()
66 move(My_pos.y, My_pos.x); in play_level()
77 move(Y_PROMPT, X_PROMPT); in play_level()
79 move(Y_PROMPT + 1, X_PROMPT); in play_level()
93 move(Y_PROMPT, X_PROMPT); in play_level()
102 move(Y_PROMPT, X_PROMPT); in play_level()
104 move(Y_PROMPT + 1, X_PROMPT); in play_level()
HDinit_field.c77 move(0, 0); in init_field()
80 move(i, 0); in init_field()
83 move(Y_FIELDSIZE, 0); in init_field()
90 move(0, 1); in init_field()
95 move(i, X_FIELDSIZE); in init_field()
101 move(i, X_FIELDSIZE + 2); in init_field()
HDmove_robs.c50 move(Min.y, Min.x); in move_robots()
52 move(Max.y, Max.x); in move_robots()
110 move(Min.y, Min.x); in move_robots()
112 move(Max.y, Max.x); in move_robots()
128 move(Y_SCORE, X_SCORE); in add_score()
/dragonfly/games/fish/
HDfish.c87 int ch, move; in main() local
112 move = usermove(); in main()
113 if (!comphand[move]) { in main()
114 if (gofish(move, USER, userhand)) in main()
117 goodmove(USER, move, userhand, comphand); in main()
122 move = compmove(); in main()
123 if (!userhand[move]) { in main()
124 if (!gofish(move, COMPUTER, comphand)) in main()
127 goodmove(COMPUTER, move, comphand, userhand); in main()
289 goodmove(int player, int move, int *hand, int *opphand) in goodmove() argument
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dshared_ptr_atomic.h144 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
159 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
183 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY()
202 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY()
231 __x = std::move(*__p); in _GLIBCXX_VISIBILITY()
232 *__p = std::move(__w); in _GLIBCXX_VISIBILITY()
235 __x = std::move(*__v); in _GLIBCXX_VISIBILITY()
246 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY()
258 std::move(__w), __success, __failure); in _GLIBCXX_VISIBILITY()
267 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY()
[all …]
Dregex_automaton.h150 _MatcherT(std::move(__rhs._M_get_matcher())); in _GLIBCXX_VISIBILITY()
252 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
264 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
271 __tmp._M_get_matcher() = std::move(__m); in _GLIBCXX_VISIBILITY()
272 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
282 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
291 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
310 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
319 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
329 this->push_back(std::move(__s)); in _GLIBCXX_VISIBILITY()
Dshared_ptr.h157 : __shared_ptr<_Tp>(__p, std::move(__d)) { } in _GLIBCXX_VISIBILITY()
174 : __shared_ptr<_Tp>(__p, std::move(__d)) { } in _GLIBCXX_VISIBILITY()
194 : __shared_ptr<_Tp>(__p, std::move(__d), std::move(__a)) { } in _GLIBCXX_VISIBILITY()
213 : __shared_ptr<_Tp>(__p, std::move(__d), std::move(__a)) { } in _GLIBCXX_VISIBILITY()
255 : __shared_ptr<_Tp>(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
264 : __shared_ptr<_Tp>(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
291 : __shared_ptr<_Tp>(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
300 : __shared_ptr<_Tp>(std::move(__r), __sp_array_delete()) { } in _GLIBCXX_VISIBILITY()
326 this->__shared_ptr<_Tp>::operator=(std::move(__r)); in _GLIBCXX_VISIBILITY()
335 this->__shared_ptr<_Tp>::operator=(std::move(__r)); in _GLIBCXX_VISIBILITY()
[all …]
Dforward_list.h308 : _Node_alloc_type(std::move(__a)), _M_head(std::move(__fl._M_head)) in _GLIBCXX_VISIBILITY()
312 : _Node_alloc_type(std::move(__a)), _M_head() in _GLIBCXX_VISIBILITY()
334 : _M_impl(std::move(__a)) { } in _GLIBCXX_VISIBILITY()
339 : _M_impl(std::move(__lst._M_impl), std::move(__a)) in _GLIBCXX_VISIBILITY()
484 : _Base(std::move(__list), std::move(__al)) in _GLIBCXX_VISIBILITY()
496 : _Base(std::move(__list), _Node_alloc_type(__al), true_type{}) in _GLIBCXX_VISIBILITY()
507 : forward_list(std::move(__list), _Node_alloc_type(__al), in _GLIBCXX_VISIBILITY()
626 _M_move_assign(std::move(__list), __bool_constant<__move_storage>()); in _GLIBCXX_VISIBILITY()
864 { this->_M_insert_after(cbefore_begin(), std::move(__val)); } in _GLIBCXX_VISIBILITY()
922 { return iterator(this->_M_insert_after(__pos, std::move(__val))); } in _GLIBCXX_VISIBILITY()
[all …]
Dstl_list.h400 : _Node_alloc_type(std::move(__a)), _M_node(std::move(__x._M_node)) in _GLIBCXX_VISIBILITY()
404 : _Node_alloc_type(std::move(__a)) in _GLIBCXX_VISIBILITY()
482 : _M_impl(std::move(__a)) in _GLIBCXX_VISIBILITY()
485 _M_move_nodes(std::move(__x)); in _GLIBCXX_VISIBILITY()
492 : _M_impl(std::move(__a), std::move(__x._M_impl)) in _GLIBCXX_VISIBILITY()
497 : _M_impl(std::move(__a)) in _GLIBCXX_VISIBILITY()
502 { _M_impl._M_node._M_move_nodes(std::move(__x._M_impl._M_node)); } in _GLIBCXX_VISIBILITY()
777 : _Base(_Node_alloc_type(__a), std::move(__x)) in _GLIBCXX_VISIBILITY()
784 this->_M_move_nodes(std::move(__x)); in _GLIBCXX_VISIBILITY()
793 : list(std::move(__x), __a, in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/games/gomoku/
HDbdisp.c81 move(BSZ4, 0); in cursfini()
98 move(0, 2 * i + 1); in bdisp_init()
103 move(20 - j, 0); in bdisp_init()
105 move(20 - j, 2 * BSZ1 + 1); in bdisp_init()
110 move(20, 2 * i + 1); in bdisp_init()
114 move(0, 47); in bdisp_init()
128 move(21, 0); in bdwho()
133 move(21, 10 - (i+j)/2); in bdwho()
137 move(21, 0); in bdwho()
163 move(BSZ1 - j, 2 * i + 1); in bdisp()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Dfuture248 ::new (_M_addr()) _Res(std::move(__res));
404 return std::move(_M_promise->_M_storage);
417 _M_promise->_M_storage->_M_set(std::move(_M_arg));
418 return std::move(_M_promise->_M_storage);
434 return std::move(_M_promise->_M_storage);
660 future(future&& __uf) noexcept : _Base_type(std::move(__uf)) { }
668 future(std::move(__fut))._M_swap(*this);
677 return std::move(this->_M_get_result()._M_value());
703 future(future&& __uf) noexcept : _Base_type(std::move(__uf)) { }
711 future(std::move(__fut))._M_swap(*this);
[all …]
/dragonfly/games/backgammon/backgammon/
HDmove.c81 static struct BOARD *bsave(struct move *);
82 static void binsert(struct move *, struct BOARD *);
83 static void boardcopy(struct move *, struct BOARD *);
85 static void mvcheck(struct move *, struct BOARD *, struct BOARD *);
87 static void trymove(struct move *, int, int);
88 static void pickmove(struct move *);
89 static void movcmp(struct move *);
95 move(struct move *mm, int okay) in move() function
193 trymove(struct move *mm, int mvnum, int swapped) in trymove()
243 bsave(struct move *mm) in bsave()
[all …]
/dragonfly/games/adventure/
HDsubr.c231 move(chest, chloc); in fdwarf()
232 move(message, chloc2); in fdwarf()
246 move(chest, chloc); in fdwarf()
247 move(message, chloc2); in fdwarf()
442 move(troll2, 0); in trbridge()
443 move(troll2 + 100, 0); in trbridge()
444 move(troll, plac[troll]); in trbridge()
445 move(troll + 100, fixd[troll]); in trbridge()
667 move(troll, 0); in trdrop()
668 move(troll + 100, 0); in trdrop()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dfuture258 ::new (_M_storage._M_addr()) _Res(std::move(__res));
426 __mr->_M_shared_state = std::move(__self);
475 return std::move(_M_promise->_M_storage);
485 // Used by std::promise to move construct the result.
488 _M_promise->_M_storage->_M_set(std::move(*_M_arg));
489 return std::move(_M_promise->_M_storage);
502 { return std::move(_M_promise->_M_storage); }
517 return std::move(_M_promise->_M_storage);
779 future(future&& __uf) noexcept : _Base_type(std::move(__uf)) { }
787 future(std::move(__fut))._M_swap(*this);
[all …]
/dragonfly/games/hangman/
HDgetguess.c49 move(PROMPTY, PROMPTX + sizeof("Guess: ")); in getguess()
56 move(MESGY, MESGX); in getguess()
64 move(MESGY, MESGX); in getguess()
74 move(MESGY, MESGX); in getguess()
81 move(MESGY, MESGX); in getguess()
/dragonfly/usr.sbin/installer/dfuife_curses/
HDcurses_util.c185 move(y + 1, x); in curses_frame_draw()
188 move(y + 1, x + width - 1); in curses_frame_draw()
192 move(i, x + 1); in curses_frame_draw()
227 move(1, 0); in curses_debug_str()
238 move(1, 0); in curses_debug_int()
249 move(1, 0); in curses_debug_key()
260 move(1, 0); in curses_debug_float()
/dragonfly/games/hack/
HDhack.mkmaze.c72 static void move(int *, int *, int);
168 move(&x, &y, dir); in walkfrom()
170 move(&x, &y, dir); in walkfrom()
176 move(int *x, int *y, int dir) in move() function
197 move(&x, &y, dir); in okay()
198 move(&x, &y, dir); in okay()
/dragonfly/games/battlestar/
HDfly.c199 move(MIDR, MIDC - 10); in target()
212 move(MIDR, MIDC - 10); in notarget()
226 move(LINES - 1, 24); in blast()
271 move(LINES - 1, 24); in moveenemy()
273 move(LINES - 1, 42); in moveenemy()
275 move(LINES - 1, 57); in moveenemy()

12345678910>>...19