Home
last modified time | relevance | path

Searched defs:useconds_t (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/include/
Dalltypes.h.in51 TYPEDEF unsigned useconds_t; variable
/third_party/libwebsockets/include/
Dlibwebsockets.h99 typedef unsigned int useconds_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h319 typedef unsigned useconds_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h257 typedef unsigned useconds_t; typedef
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h254 typedef unsigned useconds_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h254 typedef unsigned useconds_t; typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h254 typedef unsigned useconds_t; typedef
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2399 useconds_t = __darwin_useconds_t variable
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs41 pub type useconds_t = u32; typedef
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs2 pub type useconds_t = u32; typedef
/third_party/rust/crates/libc/src/solid/
Dmod.rs29 pub type useconds_t = c_uint; typedef
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs49 pub type useconds_t = ::c_ulong; typedef
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs19 pub type useconds_t = u32; typedef
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs3 pub type useconds_t = u32; typedef
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs35 pub type useconds_t = ::c_uint; typedef
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs11 pub type useconds_t = u32; typedef
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs10 pub type useconds_t = u32; typedef
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs43 pub type useconds_t = u32; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3 pub type useconds_t = u32; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp5948 typedef __useconds_t useconds_t; typedef