HomeSort by relevance Sort by last modified time
    Searched full:izistep (Results 1 - 25 of 29) sorted by null

1 2

  /external/quake/quake/src/QW/client/
d_spr8.asm 186 externdef izistep:dword
295 fistp ds:dword ptr[izistep]
296 mov eax,ds:dword ptr[izistep]
299 mov ds:dword ptr[izistep],eax
500 add ebp,ds:dword ptr[izistep]
514 add ebp,ds:dword ptr[izistep]
528 add ebp,ds:dword ptr[izistep]
542 add ebp,ds:dword ptr[izistep]
556 add ebp,ds:dword ptr[izistep]
604 add ebp,ds:dword ptr[izistep]
    [all...]
d_spr8.s 114 fistpl izistep
115 movl izistep,%eax
118 movl %eax,izistep
423 addl izistep,%ebp
439 addl izistep,%ebp
454 addl izistep,%ebp
469 addl izistep,%ebp
484 addl izistep,%ebp
544 addl izistep,%ebp
559 addl izistep,%eb
    [all...]
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
d_varsa.s 108 .globl izistep
109 izistep: .long 0 label
r_varsa.asm 186 externdef izistep:dword
d_draw.asm 186 externdef izistep:dword
771 fistp ds:dword ptr[izistep]
772 mov ebx,ds:dword ptr[izistep]
858 fistp ds:dword ptr[izistep]
859 mov ebx,ds:dword ptr[izistep]
d_draw.s 804 fistpl izistep // note: we are relying on FP exceptions being turned
806 movl izistep,%ebx // remains loaded for all spans
841 // %ebx = izistep
919 fistpl izistep // note: we are relying on FP exceptions being turned
921 movl izistep,%ebx // remains loaded for all spans
956 // %ebx = izistep
d_scana.asm 186 externdef izistep:dword
quakeasm.h 213 .extern izistep
sys_wina.asm 186 externdef izistep:dword
r_aclipa.asm 186 externdef izistep:dword
r_aliasa.asm 186 externdef izistep:dword
snd_mixa.asm 186 externdef izistep:dword
math.asm 186 externdef izistep:dword
surf16.asm 186 externdef izistep:dword
d_parta.asm 186 externdef izistep:dword
r_drawa.asm 186 externdef izistep:dword
  /external/quake/quake/src/WinQuake/
d_spr8.s 114 fistpl izistep
115 movl izistep,%eax
118 movl %eax,izistep
423 addl izistep,%ebp
439 addl izistep,%ebp
454 addl izistep,%ebp
469 addl izistep,%ebp
484 addl izistep,%ebp
544 addl izistep,%ebp
559 addl izistep,%eb
    [all...]
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;
d_varsa.s 108 .globl izistep
109 izistep: .long 0 label
d_draw.s 804 fistpl izistep // note: we are relying on FP exceptions being turned
806 movl izistep,%ebx // remains loaded for all spans
841 // %ebx = izistep
919 fistpl izistep // note: we are relying on FP exceptions being turned
921 movl izistep,%ebx // remains loaded for all spans
956 // %ebx = izistep
quakeasm.h 219 .extern izistep

Completed in 2224 milliseconds

1 2