Searched defs:timex (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_misc.c165 static int timex; local
183 r_timings[timex] = a;
184 a = timex;
200 } while (a != timex);
202 timex = (timex+1)%MAX_TIMINGS;
/external/quake/quake/src/WinQuake/
H A Dr_misc.cpp152 static int timex; local
166 r_timings[timex] = a;
167 a = timex;
183 } while (a != timex);
185 timex = (timex+1)%MAX_TIMINGS;
/external/kernel-headers/original/linux/
H A Dtimex.h18 * Modification history timex.h
21 * Moved CLOCK_TICK_RATE, CLOCK_TICK_FACTOR and FINETUNE to asm/timex.h
43 * Created file $NTP/include/sys/timex.h
45 * Derived linux/timex.h
106 struct timex { struct
136 * Mode codes (timex.mode)
159 * Status codes (timex.status)
193 #include <asm/timex.h>
312 extern int do_adjtimex(struct timex *);
/external/mksh/src/
H A Dfuncs.c2485 timex(struct op *t, int f, volatile int *xerrok) function

Completed in 267 milliseconds