Searched refs:r_turb_s (Results 1 - 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dd_scan.c29 fixed16_t r_turb_s, r_turb_t, r_turb_sstep, r_turb_tstep; variable
105 sturb = ((r_turb_s + r_turb_turb[(r_turb_t>>16)&(CYCLE-1)])>>16)&63;
106 tturb = ((r_turb_t + r_turb_turb[(r_turb_s>>16)&(CYCLE-1)])>>16)&63;
108 r_turb_s += r_turb_sstep;
154 r_turb_s = (int)(sdivz * z) + sadjust;
155 if (r_turb_s > bbextents)
156 r_turb_s = bbextents;
157 else if (r_turb_s < 0)
158 r_turb_s = 0;
199 r_turb_sstep = (snext - r_turb_s) >>
[all...]
H A Dd_scana.s48 movl C(r_turb_s),%esi
H A Dquakeasm.h44 .extern C(r_turb_s)
/external/quake/quake/src/WinQuake/
H A Dd_scan.cpp29 fixed16_t r_turb_s, r_turb_t, r_turb_sstep, r_turb_tstep; variable
106 sturb = ((r_turb_s + r_turb_turb[(r_turb_t>>16)&(CYCLE-1)])>>16)&63;
107 tturb = ((r_turb_t + r_turb_turb[(r_turb_s>>16)&(CYCLE-1)])>>16)&63;
109 r_turb_s += r_turb_sstep;
156 r_turb_s = (int)(sdivz * z) + sadjust;
157 if (r_turb_s > bbextents)
158 r_turb_s = bbextents;
159 else if (r_turb_s < 0)
160 r_turb_s = 0;
201 r_turb_sstep = (snext - r_turb_s) >>
[all...]
H A Dd_scana.s48 movl C(r_turb_s),%esi
H A Dquakeasm.h50 .extern C(r_turb_s)

Completed in 116 milliseconds