Home
last modified time | relevance | path

Searched refs:sb_v (Results 1 – 12 of 12) sorted by relevance

/dports/games/quake2lnx/quake2-r0.16.2/src/linux/
H A Dr_surf8.s12 sb_v: .long 0 label
37 movl %eax,sb_v
235 decl sb_v
263 movl %eax,sb_v
405 decl sb_v
433 movl %eax,sb_v
545 decl sb_v
573 movl %eax,sb_v
687 decl sb_v
/dports/games/quake2-source/quake2-r0.16.2/src/linux/
H A Dr_surf8.s12 sb_v: .long 0 label
37 movl %eax,sb_v
235 decl sb_v
263 movl %eax,sb_v
405 decl sb_v
433 movl %eax,sb_v
545 decl sb_v
573 movl %eax,sb_v
687 decl sb_v
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Dsurf8.S45 sb_v: .long 0 label
70 movl %eax,sb_v
268 decl sb_v
296 movl %eax,sb_v
438 decl sb_v
466 movl %eax,sb_v
578 decl sb_v
606 movl %eax,sb_v
720 decl sb_v
/dports/games/q2pro/q2pro/asm/
H A Dr_surf8.s12 sb_v: .long 0 label
37 movl %eax,sb_v
235 decl sb_v
263 movl %eax,sb_v
405 decl sb_v
433 movl %eax,sb_v
545 decl sb_v
573 movl %eax,sb_v
687 decl sb_v
H A Dr_surf8.asm14 sb_v dd 0 define
/dports/games/tenebrae/tenebrae_0/
H A Dsurf8.s33 sb_v: .long 0 label
58 movl %eax,sb_v
256 decl sb_v
284 movl %eax,sb_v
426 decl sb_v
454 movl %eax,sb_v
566 decl sb_v
594 movl %eax,sb_v
708 decl sb_v
/dports/games/r1q2/r1q2-8012_5/linux/
H A Dr_surf8.s12 sb_v: .long 0 label
37 movl %eax,sb_v
235 decl sb_v
263 movl %eax,sb_v
405 decl sb_v
433 movl %eax,sb_v
545 decl sb_v
573 movl %eax,sb_v
687 decl sb_v
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dsurf8.asm89 sb_v dd 0 define
115 mov dword [sb_v],eax
245 dec dword [sb_v]
268 mov dword [sb_v],eax
358 dec dword [sb_v]
381 mov dword [sb_v],eax
449 dec dword [sb_v]
472 mov dword [sb_v],eax
542 dec dword [sb_v]
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/masm/
H A Dsurf8.asm51 sb_v dd 0 define
66 mov ds:dword ptr[sb_v],eax
196 dec ds:dword ptr[sb_v]
212 mov ds:dword ptr[sb_v],eax
302 dec ds:dword ptr[sb_v]
318 mov ds:dword ptr[sb_v],eax
386 dec ds:dword ptr[sb_v]
402 mov ds:dword ptr[sb_v],eax
472 dec ds:dword ptr[sb_v]
/dports/games/quake2-source/quake2-r0.16.2/src/ref_soft/
H A Dr_surf8.asm14 sb_v dd 0 define
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_soft/
H A Dr_surf8.asm14 sb_v dd 0 define
/dports/math/cvc4/CVC4-1.7/src/preprocessing/passes/
H A Dsymmetry_detect.cpp391 Node sb_v = p.d_subvar_to_vars.begin()->first; in mergeNewVar() local
393 << sb_v << std::endl; in mergeNewVar()
394 p.addVariable(sb_v, merge_var); in mergeNewVar()