Home
last modified time | relevance | path

Searched defs:Speed (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/rustix/src/termios/
Dcf.rs7 pub fn cfgetospeed(termios: &Termios) -> Speed { in cfgetospeed()
14 pub fn cfgetispeed(termios: &Termios) -> Speed { in cfgetispeed()
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dsyscalls.rs109 pub(crate) fn cfgetospeed(termios: &Termios) -> Speed { in cfgetospeed()
116 pub(crate) fn cfgetispeed(termios: &Termios) -> Speed { in cfgetispeed()
Dtypes.rs71 pub type Speed = c::speed_t; typedef
/third_party/gstreamer/gstplugins_good/gst/goom/
Difs.c128 int Count, Speed; member
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs71 pub type Speed = linux_raw_sys::general::speed_t; typedef
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5988 [pbr::OriginalName("SPEED")] Speed = 1, enumerator