HomeSort by relevance Sort by last modified time
    Searched defs:izistep (Results 1 - 7 of 7) sorted by null

  /external/quake/quake/src/QW/client/
d_varsa.s 108 .globl izistep
109 izistep: .long 0 label
d_scan.c 395 int count, doublecount, izistep; local
404 izistep = (int)(d_zistepu * 0x8000 * 0x10000);
423 izi += izistep;
432 izi += izistep;
434 izi += izistep;
d_sprite.c 39 int count, spancount, izistep; local
58 izistep = (int)(d_zistepu * 0x8000 * 0x10000);
173 izi += izistep;
d_varsa.asm 186 externdef izistep:dword
294 public izistep
295 izistep dd 0 define
  /external/quake/quake/src/WinQuake/
d_varsa.s 108 .globl izistep
109 izistep: .long 0 label
d_scan.cpp 397 int count, doublecount, izistep; local
406 izistep = (int)(d_zistepu * 0x8000 * 0x10000);
425 izi += izistep;
434 izi += izistep;
436 izi += izistep;
d_sprite.cpp 39 int count, spancount, izistep; local
58 izistep = (int)(d_zistepu * 0x8000 * 0x10000);
173 izi += izistep;

Completed in 494 milliseconds