OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:con_times
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/WinQuake/
console.cpp
48
float
con_times
[NUM_CON_TIMES]; // realtime time the line was generated
variable
91
memset (
con_times
, 0, sizeof(
con_times
));
116
con_times
[i] = 0;
321
con_times
[con_current % NUM_CON_TIMES] = realtime;
533
time =
con_times
[i % NUM_CON_TIMES];
/gdk/samples/quake/jni/
console.cpp
48
float
con_times
[NUM_CON_TIMES]; // realtime time the line was generated
variable
91
memset (
con_times
, 0, sizeof(
con_times
));
116
con_times
[i] = 0;
321
con_times
[con_current % NUM_CON_TIMES] = realtime;
533
time =
con_times
[i % NUM_CON_TIMES];
/external/quake/quake/src/QW/client/
console.c
38
float
con_times
[NUM_CON_TIMES]; // realtime time the line was generated
variable
123
con_times
[i] = 0;
317
con_times
[con->current % NUM_CON_TIMES] = realtime;
482
time =
con_times
[i % NUM_CON_TIMES];
Completed in 214 milliseconds