/third_party/musl/src/linux/ |
H A D | clock_adjtime.c | 19 long long stabil, jitcnt, calcnt, errcnt, stbcnt; member 32 long stabil, jitcnt, calcnt, errcnt, stbcnt; member 57 .stabil = utx->stabil, in clock_adjtime() 81 utx->stabil = ktx.stabil; in clock_adjtime() 110 .stabil = utx->stabil, in clock_adjtime() 138 utx->stabil = ktx.stabil; in clock_adjtime() [all...] |
/third_party/musl/compat/time32/ |
H A D | clock_adjtime32.c | 16 long stabil, jitcnt, calcnt, errcnt, stbcnt; member 39 .stabil = tx32->stabil, in __clock_adjtime32() 63 tx32->stabil = utx.stabil; in __clock_adjtime32()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | adjtimex.c | 42 tx.stabil = 1; in adjtimex_0100() 70 tx.stabil = 1; in adjtimex_time64_0100()
|
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
H A D | clock_adjtime.h | 39 __kernel_long_t stabil; /* pps stability (scaled ppm) (ro) */ member 78 long long stabil; /* pps stability (scaled ppm) (ro) */ member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | timex.h | 27 long stabil, jitcnt, calcnt, errcnt, stbcnt; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | timex.h | 27 long stabil, jitcnt, calcnt, errcnt, stbcnt; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | timex.h | 27 long stabil, jitcnt, calcnt, errcnt, stbcnt; member
|
/third_party/musl/include/sys/ |
H A D | timex.h | 27 long stabil, jitcnt, calcnt, errcnt, stbcnt; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 254 pub stabil: ::c_long,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 241 pub stabil: i64, 243 pub stabil: ::c_long,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 270 pub stabil: ::c_long,
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 419 pub stabil: ::c_long,
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 434 pub stabil: i32,
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 723 pub stabil: ::c_long,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 17453 __syscall_slong_t stabil; [all...] |