Home
last modified time | relevance | path

Searched defs:suseconds_t (Results 1 – 25 of 48) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dx86.rs6 pub type suseconds_t = i32; typedef
Darm.rs6 pub type suseconds_t = i32; typedef
Dpowerpc64.rs6 pub type suseconds_t = i64; typedef
Dpowerpc.rs6 pub type suseconds_t = i32; typedef
Daarch64.rs6 pub type suseconds_t = i64; typedef
Driscv64.rs6 pub type suseconds_t = ::c_long; typedef
/third_party/pulseaudio/src/pulsecore/
Dsocket.h12 typedef long suseconds_t; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
Dmod.rs11 pub type suseconds_t = i64; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/
Dmod.rs6 pub type suseconds_t = i64; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs16 pub type suseconds_t = ::c_long; typedef
/third_party/rust/crates/nix/src/sys/
Dtime.rs591 fn micros_mod_sec(&self) -> suseconds_t { in micros_mod_sec()
604 pub const fn tv_usec(&self) -> suseconds_t { in tv_usec()
/third_party/musl/include/
Dalltypes.h.in13 TYPEDEF _Int64 suseconds_t; variable
/third_party/libwebsockets/include/
Dlibwebsockets.h100 typedef int suseconds_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h70 typedef _Int64 suseconds_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h162 typedef _Int64 suseconds_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h84 typedef _Int64 suseconds_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h84 typedef _Int64 suseconds_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h84 typedef _Int64 suseconds_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2400 suseconds_t = __darwin_suseconds_t variable
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs13 pub type suseconds_t = c_long; typedef
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs39 pub type suseconds_t = i32; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs8 pub type suseconds_t = i64; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
Dmod.rs6 pub type suseconds_t = i32; typedef
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs20 pub type suseconds_t = c_long; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs14 pub type suseconds_t = i64; typedef

12