Home
last modified time | relevance | path

Searched refs:motion (Results 1 – 25 of 199) sorted by relevance

12345678

/netbsd-src/games/trek/
H A Dklmove.c75 int motion; in klmove() local
93 motion = ranf(75) - 25; in klmove()
94 motion *= k->avgdist * Param.movefac[2 * Move.newquad + fl]; in klmove()
105 if (motion < 0) { in klmove()
106 motion = -motion; in klmove()
114 for (; motion > 0; motion--) { in klmove()
141 motion = Quad[qx][qy].scanned; in klmove()
142 if (motion >= 0 && motion < 1000) in klmove()
144 motion = Quad[Ship.quadx][Ship.quady] in klmove()
146 if (motion >= 0 && motion < 1000) in klmove()
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dvi.c767 VICMD motion; in v_motion() local
783 motion = *dm; in v_motion()
784 F_SET(&motion, VC_ISDOT); in v_motion()
785 F_CLR(&motion, VM_COMMASK); in v_motion()
788 memset(&motion, 0, sizeof(VICMD)); in v_motion()
789 gcret = v_cmd(sp, NULL, &motion, vp, &notused, mappedp); in v_motion()
800 cnt = motion.count = F_ISSET(&motion, VC_C1SET) ? motion.count : 1; in v_motion()
802 motion.count *= vp->count; in v_motion()
803 F_SET(&motion, VC_C1SET); in v_motion()
820 if (gcret != GC_EVENT && vp->key == motion.key) { in v_motion()
[all …]
H A Dvi.h226 VICMD motion; member
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Dbidiapi.txt39 UCPGBA_CURSOR_LOGICAL, and is used to specify the initial cursor motion
63 This function will change the cursor motion type and return the previous
64 cursor motion type.
71 type of cursor motion set for the string.
73 If no cursor motion is performed, it returns 0. Otherwise it will return a
81 type of cursor motion set for the string.
83 If no cursor motion is performed, it returns 0. Otherwise it will return a
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dvi_mode.c1151 m->motion = -1; in _rl_mvcxt_init()
1175 _rl_vi_last_motion = c = m->motion; in rl_domove_motion_callback()
1274 c = m->motion; in rl_domove_read_callback()
1321 m->motion = 0; in rl_domove_read_callback()
1324 m->motion = c; in rl_domove_read_callback()
1347 m->motion = c = rl_vi_domove_getchar (m); in _rl_vi_domove_callback()
1364 *ignore = m->motion = rl_vi_domove_getchar (m); in rl_vi_domove()
1366 if (m->motion < 0) in rl_vi_domove()
1368 m->motion = 0; in rl_vi_domove()
1380 if (((strchr (" l|h^0bBFT`", m->motion) == 0) && (rl_point >= m->start)) && in vi_delete_dispatch()
[all …]
H A Drlprivate.h167 int key, motion; /* initial key, motion command */ member
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/
H A Dvi.cmd.texi181 @cindex "motion"
182 @IP{motion}
201 The motion command may be either the command character repeated (in
214 The following commands may all be used as motion components for
235 commands that take motion commands,
238 commands that are used as motion components,
241 considered part of the motion argument.
252 command and its motion component,
253 the effect is multiplicative and is considered part of the motion argument.
393 command may be used as the motion component of other
[all …]
/netbsd-src/external/bsd/nvi/docs/
H A Dhelp51 ! filter through command(s) to motion
67 < shift lines left to motion
68 > shift lines right to motion
102 c change to motion
103 d delete to motion
121 y copy text to motion into a cut buffer
/netbsd-src/sys/dev/spi/
H A Doj6sh.c289 uint16_t motion; in oj6sh_motion() local
290 motion = oj6sh_read(spi, OJ6SH_MOTION); in oj6sh_motion()
291 return (motion & __BIT(7) ? true : false); in oj6sh_motion()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-09-18-OptimizeExceptions.txt18 motion.
32 extra code motion opportunities could also be exploited though...
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/
H A Dps.cpp980 } motion = NONE; in flush_sbuf() local
990 motion = ABSOLUTE; in flush_sbuf()
993 motion = RELATIVE_H; in flush_sbuf()
995 if (motion != NONE) in flush_sbuf()
996 motion = RELATIVE_HV; in flush_sbuf()
998 motion = RELATIVE_V; in flush_sbuf()
1027 sym[0] = command_array[motion*4 + space_flag + 2*(sbuf_kern != 0)]; in flush_sbuf()
1029 switch (motion) { in flush_sbuf()
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dkbdif.h505 struct xenkbd_motion motion; member
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.cpp840 position motion; in position_rectangle() local
843 motion.y = p->height()/2.0; in position_rectangle()
846 motion.y = -p->height()/2.0; in position_rectangle()
849 motion.x = -p->width()/2.0; in position_rectangle()
852 motion.x = p->width()/2.0; in position_rectangle()
870 pos += motion; in position_rectangle()
873 pos += motion; in position_rectangle()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dxv.h627 uint8_t motion; member
1652 uint8_t motion);
1672 uint8_t motion);
H A Dxv.c1498 uint8_t motion) in xcb_xv_query_best_size() argument
1516 xcb_out.motion = motion; in xcb_xv_query_best_size()
1535 uint8_t motion) in xcb_xv_query_best_size_unchecked() argument
1553 xcb_out.motion = motion; in xcb_xv_query_best_size_unchecked()
/netbsd-src/games/warp/
H A Dwarp.doc101 (Actually, motion commands always change the velocity--the actual motion
105 phaser, you must wait for the motion to actually occur before typing the
/netbsd-src/share/me/
H A Dsummary.external130 h F\(sc local horizontal motion
226 v F\(sc local vertical motion
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.opt62 Emit code for the motion video ISA extension.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.opt62 Emit code for the motion video ISA extension.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dpasses.texi635 @item Forward store motion
644 performing load motion. The pass is located in @file{tree-ssa-pre.cc}
666 Loop invariant motion. This pass moves only invariants that
671 store motion. The pass is implemented in @file{tree-ssa-loop-im.cc}.
854 @item Loop invariant motion
993 well as load motion.
994 If you are optimizing for speed, LCM (lazy code motion) based GCSE is
996 based GCSE also does loop invariant code motion. We also perform load
997 and store motion when optimizing for speed.
1009 A loop invariant motion pass is implemented in @file{loop-invariant.cc}.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dpasses.texi642 @item Forward store motion
651 performing load motion. The pass is located in @file{tree-ssa-pre.c}
673 Loop invariant motion. This pass moves only invariants that
678 store motion. The pass is implemented in @file{tree-ssa-loop-im.c}.
860 @item Loop invariant motion
999 well as load motion.
1000 If you are optimizing for speed, LCM (lazy code motion) based GCSE is
1002 based GCSE also does loop invariant code motion. We also perform load
1003 and store motion when optimizing for speed.
1015 A loop invariant motion pass is implemented in @file{loop-invariant.c}.
/netbsd-src/lib/libcurses/PSD.doc/
H A Dappen.C86 using only the motion optimization,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.def189 DEFTIMEVAR (TV_LIM , "tree loop invariant motion")
241 DEFTIMEVAR (TV_LOOP_MOVE_INVARIANTS , "loop invariant motion")
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtimevar.def192 DEFTIMEVAR (TV_LIM , "tree loop invariant motion")
246 DEFTIMEVAR (TV_LOOP_MOVE_INVARIANTS , "loop invariant motion")
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DOpenMPSupport.rst275 | device extension | 'present' motion modifier | :go…
293 | device extension | iterators in map clause or motion clauses | :no…

12345678