OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sturb
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
d_scan.c
101
int
sturb
, tturb;
local
105
sturb
= ((r_turb_s + r_turb_turb[(r_turb_t>>16)&(CYCLE-1)])>>16)&63;
107
*r_turb_pdest++ = *(r_turb_pbase + (tturb<<6) +
sturb
);
/external/quake/quake/src/WinQuake/
d_scan.cpp
102
int
sturb
, tturb;
local
106
sturb
= ((r_turb_s + r_turb_turb[(r_turb_t>>16)&(CYCLE-1)])>>16)&63;
108
*r_turb_pdest++ = *(r_turb_pbase + (tturb<<6) +
sturb
);
Completed in 35 milliseconds