Home
last modified time | relevance | path

Searched refs:ADJ_SETOFFSET (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/include/sys/
Dtimex.h39 #define ADJ_SETOFFSET 0x0100 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimex.h39 #define ADJ_SETOFFSET 0x0100 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimex.h39 #define ADJ_SETOFFSET 0x0100 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimex.h39 #define ADJ_SETOFFSET 0x0100 macro
/third_party/musl/src/linux/
Dclock_adjtime.c90 if ((utx->modes & ADJ_SETOFFSET) && !IS32BIT(utx->time.tv_sec)) in clock_adjtime()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-gnu.txt11 ADJ_SETOFFSET
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs645 pub const ADJ_SETOFFSET: ::c_uint = 0x0100; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1043 pub const ADJ_SETOFFSET: ::c_uint = 0x0100; constant