HomeSort by: relevance | last modified time | path
    Searched defs:motion (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/games/trek/
klmove.c 75 int motion; local
93 motion = ranf(75) - 25;
94 motion *= k->avgdist * Param.movefac[2 * Move.newquad + fl];
105 if (motion < 0) {
106 motion = -motion;
114 for (; motion > 0; motion--) {
141 motion = Quad[qx][qy].scanned;
142 if (motion >= 0 && motion < 1000
    [all...]
klmove.c 75 int motion; local
93 motion = ranf(75) - 25;
94 motion *= k->avgdist * Param.movefac[2 * Move.newquad + fl];
105 if (motion < 0) {
106 motion = -motion;
114 for (; motion > 0; motion--) {
141 motion = Quad[qx][qy].scanned;
142 if (motion >= 0 && motion < 1000
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/redbook/
image.c 103 static void motion(int x, int y) function
156 glutMotionFunc(motion);
surface.c 175 motion(int x, int y) function
228 glutMotionFunc(motion);
  /xsrc/external/mit/xinput/dist/src/
test.c 108 XDeviceMotionEvent *motion = (XDeviceMotionEvent *) &Event; local
110 printf("motion ");
112 for(loop=0; loop<motion->axes_count; loop++) {
113 printf("a[%d]=%d ", motion->first_axis + loop, motion->axis_data[loop]);
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
blinking-teapot.c 147 motion (int x, int y) function
177 glutMotionFunc (motion);
  /src/sys/dev/spi/
oj6sh.c 292 uint16_t motion; local
293 motion = oj6sh_read(spi, OJ6SH_MOTION);
294 return (motion & __BIT(7) ? true : false);
oj6sh.c 292 uint16_t motion; local
293 motion = oj6sh_read(spi, OJ6SH_MOTION);
294 return (motion & __BIT(7) ? true : false);
  /src/external/bsd/nvi/dist/vi/
vi.c 153 * motion. If it does, we get it too, calling its underlying
187 * any motion component goes away, i.e. "d3w2." deletes a
212 * Do any required motion; v_motion sets the from MARK and the
306 * its motion, the count was used only for the motion.
326 * motion component. Other similar commands (e.g. +, -) don't
444 * The O_TILDEOP option makes the ~ command take a motion instead
454 "[count]~[count]motion",
455 " ~ change case to motion"
466 /* Previous key if getting motion component. *
767 VICMD motion; local
    [all...]
vi.c 153 * motion. If it does, we get it too, calling its underlying
187 * any motion component goes away, i.e. "d3w2." deletes a
212 * Do any required motion; v_motion sets the from MARK and the
306 * its motion, the count was used only for the motion.
326 * motion component. Other similar commands (e.g. +, -) don't
444 * The O_TILDEOP option makes the ~ command take a motion instead
454 "[count]~[count]motion",
455 " ~ change case to motion"
466 /* Previous key if getting motion component. *
767 VICMD motion; local
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutWindow.h 62 GLUTmotionCB motion; /* motion (x,y) */ member in class:GlutWindow
63 GLUTpassiveCB passive; /* passive motion (x,y) */
74 bool motionEvent; // call motion
85 int motionX, motionY; // for motion callback
  /xsrc/external/mit/mesa-demos/dist/src/demos/
pointblast.c 56 static int animate = 1, motion = 0; variable
92 motion = 1;
123 motion = 0;
147 motion = 1;
151 if (!motion && !spin) {
175 if (animate && (motion || spin)) {
315 if (animate && (spin || motion)) {
346 if (animate && (motion || spin)) {
spriteblast.c 61 static int animate = 1, motion = 0, org = 0, sprite = 1, smooth = 1; variable
154 motion = 1;
185 motion = 0;
209 motion = 1;
213 if (!motion && !spin) {
236 if (animate && (motion || spin)) {
400 if (animate && (spin || motion)) {
431 if (animate && (motion || spin)) {
dinoshade.c 661 motion(int x, int y) function
769 /* Press any key to redraw; good when motion stopped and
781 /* Press any key to redraw; good when motion stopped and
826 glutMotionFunc(motion);
833 glutAddMenuEntry("Toggle motion", M_MOTION);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
kbdif.h 265 * rel_x - int32_t, relative X motion
266 * rel_y - int32_t, relative Y motion
267 * rel_z - int32_t, relative Z motion (wheel)
325 * rel_z - int32_t, relative Z motion (wheel)
353 * with a down event, followed by zero or more motion events,
402 * Multi-touch motion event
505 struct xenkbd_motion motion; member in union:xenkbd_in_event
kbdif.h 265 * rel_x - int32_t, relative X motion
266 * rel_y - int32_t, relative Y motion
267 * rel_z - int32_t, relative Z motion (wheel)
325 * rel_z - int32_t, relative Z motion (wheel)
353 * with a down event, followed by zero or more motion events,
402 * Multi-touch motion event
505 struct xenkbd_motion motion; member in union:xenkbd_in_event
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/
xf86-input-inputtest-protocol.h 159 xf86ITEventMotion motion; member in union:__anon10010
  /src/external/gpl3/gdb/dist/readline/readline/
rlprivate.h 149 /* vi-mode commands that use result of motion command to define boundaries */
154 /* various states for vi-mode commands that use motion commands. reflects
167 int key, motion; /* initial key, motion command */ member in struct:__rl_vimotion_context
rlprivate.h 149 /* vi-mode commands that use result of motion command to define boundaries */
154 /* various states for vi-mode commands that use motion commands. reflects
167 int key, motion; /* initial key, motion command */ member in struct:__rl_vimotion_context
  /src/external/gpl3/gdb.old/dist/readline/readline/
rlprivate.h 149 /* vi-mode commands that use result of motion command to define boundaries */
154 /* various states for vi-mode commands that use motion commands. reflects
167 int key, motion; /* initial key, motion command */ member in struct:__rl_vimotion_context
rlprivate.h 149 /* vi-mode commands that use result of motion command to define boundaries */
154 /* various states for vi-mode commands that use motion commands. reflects
167 int key, motion; /* initial key, motion command */ member in struct:__rl_vimotion_context
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 260 int motion = macrob->macroblock_type & local
267 info.unk4 = motion;
275 if (motion) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 260 int motion = macrob->macroblock_type & local
267 info.unk4 = motion;
275 if (motion) {
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
ephyr.c 901 xcb_motion_notify_event_t *motion = (xcb_motion_notify_event_t *)xev; local
902 KdScreenInfo *screen = screen_from_window(motion->event);
906 EPHYR_LOG("skipping mouse motion:%d\n", screen->pScreen->myNum);
915 motion->event_x, motion->event_y);
920 EPHYR_LOG("enqueuing mouse motion:%d\n", screen->pScreen->myNum);
921 x = motion->event_x;
922 y = motion->event_y;
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kinput.c 1174 * Mouse motion <>
1301 motion, outside_box, enumerator in enum:_inputClass
1508 return motion;

Completed in 62 milliseconds

1 2