HomeSort by relevance Sort by last modified time
    Searched refs:STEPSIZE (Results 1 - 8 of 8) sorted by null

  /external/quake/quake/src/QW/server/
sv_move.c 24 #define STEPSIZE 18
73 stop[2] = start[2] - 2*STEPSIZE;
91 if (trace.fraction == 1.0 || mid - trace.endpos[2] > STEPSIZE)
159 neworg[2] += STEPSIZE;
161 end[2] -= STEPSIZE*2;
170 neworg[2] -= STEPSIZE;
  /external/quake/quake/src/WinQuake/
sv_move.cpp 24 #define STEPSIZE 18
73 stop[2] = start[2] - 2*STEPSIZE;
91 if (trace.fraction == 1.0 || mid - trace.endpos[2] > STEPSIZE)
159 neworg[2] += STEPSIZE;
161 end[2] -= STEPSIZE*2;
170 neworg[2] -= STEPSIZE;
sv_phys.cpp 957 #define STEPSIZE 18
1003 upmove[2] = STEPSIZE;
1004 downmove[2] = -STEPSIZE + oldvel[2]*host_frametime;
    [all...]
  /gdk/samples/quake/jni/
sv_move.cpp 24 #define STEPSIZE 18
73 stop[2] = start[2] - 2*STEPSIZE;
91 if (trace.fraction == 1.0 || mid - trace.endpos[2] > STEPSIZE)
159 neworg[2] += STEPSIZE;
161 end[2] -= STEPSIZE*2;
170 neworg[2] -= STEPSIZE;
sv_phys.cpp 957 #define STEPSIZE 18
1003 upmove[2] = STEPSIZE;
1004 downmove[2] = -STEPSIZE + oldvel[2]*host_frametime;
    [all...]
  /external/quake/quake/src/QW/client/
pmove.c 56 #define STEPSIZE 18
275 dest[2] += STEPSIZE;
287 dest[2] -= STEPSIZE;
484 start[2] += STEPSIZE + 1;
  /external/jpeg/
jquant2.c     [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c     [all...]

Completed in 4445 milliseconds