HomeSort by relevance Sort by last modified time
    Searched refs:NUM_PING_TIMES (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/WinQuake/
server.h 75 #define NUM_PING_TIMES 16
101 float ping_times[NUM_PING_TIMES];
102 int num_pings; // ping_times[num_pings%NUM_PING_TIMES]
sv_user.cpp 445 host_client->ping_times[host_client->num_pings%NUM_PING_TIMES]
host_cmd.cpp 238 for (j=0 ; j<NUM_PING_TIMES ; j++)
240 total /= NUM_PING_TIMES;
    [all...]