Home
last modified time | relevance | path

Searched refs:ADJ_ESTERROR (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dadjtimex.c34 tx.esterror = ADJ_ESTERROR; in adjtimex_0100()
62 tx.esterror = ADJ_ESTERROR; in adjtimex_time64_0100()
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimex.h35 #define ADJ_ESTERROR 0x0008 macro
49 #define MOD_ESTERROR ADJ_ESTERROR
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimex.h35 #define ADJ_ESTERROR 0x0008 macro
49 #define MOD_ESTERROR ADJ_ESTERROR
/third_party/musl/ndk_musl_include/sys/
Dtimex.h35 #define ADJ_ESTERROR 0x0008 macro
49 #define MOD_ESTERROR ADJ_ESTERROR
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimex.h35 #define ADJ_ESTERROR 0x0008 macro
49 #define MOD_ESTERROR ADJ_ESTERROR
/third_party/musl/include/sys/
Dtimex.h35 #define ADJ_ESTERROR 0x0008 macro
49 #define MOD_ESTERROR ADJ_ESTERROR
/third_party/ltp/include/lapi/
Dtimex.h11 ADJ_ESTERROR | ADJ_STATUS | ADJ_TIMECONST | \
/third_party/ltp/testcases/kernel/syscalls/adjtimex/
Dadjtimex01.c12 #define SET_MODE (ADJ_OFFSET | ADJ_FREQUENCY | ADJ_MAXERROR | ADJ_ESTERROR | \
Dadjtimex02.c31 #define SET_MODE (ADJ_OFFSET | ADJ_FREQUENCY | ADJ_MAXERROR | ADJ_ESTERROR | \
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
Dclock_adjtime.h185 case ADJ_ESTERROR: \
Dclock_adjtime01.c93 .modes = ADJ_ESTERROR,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs641 pub const ADJ_ESTERROR: ::c_uint = 0x0008; constant
654 pub const MOD_ESTERROR: ::c_uint = ADJ_ESTERROR;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-gnu.txt3 ADJ_ESTERROR
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1039 pub const ADJ_ESTERROR: ::c_uint = 0x0008; constant
1052 pub const MOD_ESTERROR: ::c_uint = ADJ_ESTERROR;