OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state_time
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
cl_ents.c
689
state->
state_time
= parsecounttime - msec*0.001;
692
state->
state_time
= parsecounttime;
868
msec = 500*(playertime - state->
state_time
);
988
msec = 500*(playertime - state->
state_time
);
client.h
36
double
state_time
; // not the same as the packet time,
member in struct:__anon10166
Completed in 816 milliseconds