OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_time
(Results
1 - 5
of
5
) sorted by null
/external/quake/quake/src/WinQuake/
net_vcr.cpp
87
if (
host_time
!= next.time || next.op != VCR_OP_GETMESSAGE || next.session != getDriverDataAsLong(sock))
110
if (
host_time
!= next.time || next.op != VCR_OP_SENDMESSAGE || next.session != getDriverDataAsLong(sock))
125
if (
host_time
!= next.time || next.op != VCR_OP_CANSENDMESSAGE || next.session != getDriverDataAsLong(sock))
156
if (
host_time
!= next.time || next.op != VCR_OP_CONNECT)
net_main.cpp
474
vcrConnect.time =
host_time
;
486
vcrConnect.time =
host_time
;
581
vcrGetMessage.time =
host_time
;
594
vcrGetMessage.time =
host_time
;
645
vcrSendMessage.time =
host_time
;
676
vcrSendMessage.time =
host_time
;
711
vcrSendMessage.time =
host_time
;
server.h
212
extern double
host_time
;
host.cpp
41
double
host_time
;
variable
235
host_time
= 1.0; // so a think at time 0 won't get called
688
host_time
+= host_frametime;
menu.cpp
301
f = (int)(
host_time
* 10)%6;
384
f = (int)(
host_time
* 10)%6;
629
f = (int)(
host_time
* 10)%6;
973
f = (int)(
host_time
* 10)%6;
[
all
...]
Completed in 45 milliseconds