Home
last modified time | relevance | path

Searched refs:maxerror (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/src/linux/
H A Dclock_adjtime.c11 long long offset, freq, maxerror, esterror; member
26 long offset, freq, maxerror, esterror; member
45 .maxerror = utx->maxerror, in clock_adjtime()
69 utx->maxerror = ktx.maxerror; in clock_adjtime()
98 .maxerror = utx->maxerror, in clock_adjtime()
126 utx->maxerror = ktx.maxerror; in clock_adjtime()
[all...]
/third_party/musl/compat/time32/
H A Dclock_adjtime32.c10 long offset, freq, maxerror, esterror; member
27 .maxerror = tx32->maxerror, in __clock_adjtime32()
51 tx32->maxerror = utx.maxerror; in __clock_adjtime32()
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime.h25 __kernel_long_t maxerror;/* maximum error (usec) */ member
62 long long maxerror;/* maximum error (usec) */ member
133 " maxerror: "fmt"\n" \
145 tx.maxerror, \
184 return &tx.maxerror; \
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dadjtimex.c33 tx.maxerror = ADJ_MAXERROR; in adjtimex_0100()
61 tx.maxerror = ADJ_MAXERROR; in adjtimex_time64_0100()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimex.h16 long maxerror, esterror; member
21 long offset, freq, maxerror, esterror; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimex.h16 long maxerror, esterror; member
21 long offset, freq, maxerror, esterror; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimex.h16 long maxerror, esterror; member
21 long offset, freq, maxerror, esterror; member
/third_party/musl/include/sys/
H A Dtimex.h16 long maxerror, esterror; member
21 long offset, freq, maxerror, esterror; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs243 pub maxerror: ::c_long,
265 pub maxerror: ::c_long,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs206 pub maxerror: i64,
208 pub maxerror: ::c_long,
276 pub maxerror: ::c_long,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs261 pub maxerror: ::c_long,
279 pub maxerror: ::c_long,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs410 pub maxerror: ::c_long,
428 pub maxerror: ::c_long,
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs425 pub maxerror: i32,
443 pub maxerror: i32,
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs714 pub maxerror: ::c_long,
732 pub maxerror: ::c_long,
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17442 __syscall_slong_t maxerror;
[all...]

Completed in 61 milliseconds