Home
last modified time | relevance | path

Searched refs:NUM_PING_TIMES (Results 1 – 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
Dserver.h75 #define NUM_PING_TIMES 16 macro
101 float ping_times[NUM_PING_TIMES];
Dsv_user.cpp445 host_client->ping_times[host_client->num_pings%NUM_PING_TIMES] in SV_ReadClientMove()
Dhost_cmd.cpp238 for (j=0 ; j<NUM_PING_TIMES ; j++) in Host_Ping_f()
240 total /= NUM_PING_TIMES; in Host_Ping_f()