Home
last modified time | relevance | path

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

123

/external/libpcap/pcap/
Dsocket.h55 typedef long suseconds_t; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dx86.rs6 pub type suseconds_t = i32; typedef
Dpowerpc.rs6 pub type suseconds_t = i32; typedef
Darm.rs6 pub type suseconds_t = i32; typedef
Dpowerpc64.rs6 pub type suseconds_t = i64; typedef
Daarch64.rs6 pub type suseconds_t = i64; typedef
Driscv64.rs6 pub type suseconds_t = ::c_long; typedef
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
Dmod.rs11 pub type suseconds_t = i64; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/
Dmod.rs6 pub type suseconds_t = i64; typedef
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs16 pub type suseconds_t = ::c_long; typedef
/external/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()
/external/musl/include/
Dalltypes.h.in13 TYPEDEF _Int64 suseconds_t; variable
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h73 typedef int suseconds_t; typedef
/external/libwebsockets/include/
Dlibwebsockets.h100 typedef int suseconds_t; typedef
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c3518 typedef long suseconds_t; typedef
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2400 suseconds_t = __darwin_suseconds_t variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2400 suseconds_t = __darwin_suseconds_t variable
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs13 pub type suseconds_t = c_long; typedef
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs39 pub type suseconds_t = i32; typedef
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
Dmod.rs6 pub type suseconds_t = i32; typedef
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs8 pub type suseconds_t = i64; typedef
/external/rust/crates/libc/src/unix/hermit/
Dmod.rs20 pub type suseconds_t = c_long; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs14 pub type suseconds_t = i64; typedef
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
Dmod.rs10 pub type suseconds_t = i64; typedef
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/
Dmod.rs13 pub type suseconds_t = ::c_long; typedef

123