HomeSort by relevance Sort by last modified time
    Searched defs:timex (Results 1 - 10 of 10) sorted by null

  /external/quake/quake/src/QW/client/
r_misc.c 165 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/
r_misc.cpp 152 static int timex; local
166 r_timings[timex] = a;
167 a = timex;
183 } while (a != timex);
185 timex = (timex+1)%MAX_TIMINGS;
  /bionic/libc/kernel/common/linux/
timex.h 36 struct timex { struct
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
timex.h 36 struct timex { struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
timex.h 36 struct timex { struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
timex.h 36 struct timex { struct
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
timex.h 36 struct timex { struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
timex.h 36 struct timex { struct
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
timex.h 36 struct timex { struct
  /external/kernel-headers/original/linux/
timex.h 18 * 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 *);

Completed in 77 milliseconds