Home
last modified time | relevance | path

Searched refs:ADJ_MICRO (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/include/lapi/
H A Dtimex.h26 #ifndef ADJ_MICRO
27 # define ADJ_MICRO 0x1000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimex.h40 #define ADJ_MICRO 0x1000 macro
55 #define MOD_MICRO ADJ_MICRO
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimex.h40 #define ADJ_MICRO 0x1000 macro
55 #define MOD_MICRO ADJ_MICRO
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimex.h40 #define ADJ_MICRO 0x1000 macro
55 #define MOD_MICRO ADJ_MICRO
/third_party/musl/include/sys/
H A Dtimex.h40 #define ADJ_MICRO 0x1000 macro
55 #define MOD_MICRO ADJ_MICRO
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime02.c53 * ro STA_NANO - 0 = us, 1 = ns (set = ADJ_NANO, cl = ADJ_MICRO)
242 modes |= ADJ_MICRO; in cleanup()
H A Dclock_adjtime01.c52 * ro STA_NANO - 0 = us, 1 = ns (set = ADJ_NANO, cl = ADJ_MICRO)
237 modes |= ADJ_MICRO; in cleanup()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs646 pub const ADJ_MICRO: ::c_uint = 0x1000; consts
660 pub const MOD_MICRO: ::c_uint = ADJ_MICRO;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1044 pub const ADJ_MICRO: ::c_uint = 0x1000; consts
1058 pub const MOD_MICRO: ::c_uint = ADJ_MICRO;

Completed in 7 milliseconds