OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timex
(Results
1 - 17
of
17
) 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;
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
timex.h
25
/* These definitions from linux/
timex
.h as of 2.2.0. */
34
struct
timex
struct
63
/* Mode codes (
timex
.mode) */
84
/* Status codes (
timex
.status) */
119
extern int __adjtimex (struct
timex
*__ntx) __THROW;
120
extern int adjtimex (struct
timex
*__ntx) __THROW;
123
extern int ntp_adjtime (struct
timex
*__tntx) __THROW;
127
#endif /* sys/
timex
.h */
/bionic/libc/kernel/common/linux/
timex.h
36
struct
timex
{
struct
/development/ndk/platforms/android-3/include/linux/
timex.h
36
struct
timex
{
struct
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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
99
struct
timex
{
struct
129
* Mode codes (
timex
.mode)
153
* Status codes (
timex
.status)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
timex.h
36
struct
timex
{
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
timex.h
36
struct
timex
{
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
timex.h
36
struct
timex
{
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
timex.h
36
struct
timex
{
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
timex.h
36
struct
timex
{
struct
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
timex.h
36
struct
timex
{
struct
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
timex.h
36
struct
timex
{
struct
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
timex.h
36
struct
timex
{
struct
/prebuilt/ndk/android-ndk-r6/platforms/android-3/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
*);
/external/mksh/src/
funcs.c
2468
timex
(struct op *t, int f, volatile int *xerrok)
function
[
all
...]
Completed in 3144 milliseconds