Searched refs:Speed (Results 1 - 10 of 10) sorted by relevance
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 71 pub type Speed = linux_raw_sys::general::speed_t; types 260 pub const B0: Speed = linux_raw_sys::general::B0; 263 pub const B50: Speed = linux_raw_sys::general::B50; 266 pub const B75: Speed = linux_raw_sys::general::B75; 269 pub const B110: Speed = linux_raw_sys::general::B110; 272 pub const B134: Speed = linux_raw_sys::general::B134; 275 pub const B150: Speed = linux_raw_sys::general::B150; 278 pub const B200: Speed = linux_raw_sys::general::B200; 281 pub const B300: Speed = linux_raw_sys::general::B300; 284 pub const B600: Speed [all...] |
/third_party/rust/crates/rustix/src/termios/ |
H A D | cf.rs | 1 use crate::termios::{Speed, Termios}; 7 pub fn cfgetospeed(termios: &Termios) -> Speed { in cfgetospeed() 14 pub fn cfgetispeed(termios: &Termios) -> Speed { in cfgetispeed() 26 pub fn cfsetospeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { in cfsetospeed() 32 pub fn cfsetispeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { in cfsetispeed() 38 pub fn cfsetspeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { in cfsetspeed()
|
H A D | tc.rs | 6 Action, OptionalActions, QueueSelector, Speed, Tcflag, Termios, Winsize,
|
H A D | mod.rs | 785 tcsetpgrp, tcsetwinsize, Action, OptionalActions, QueueSelector, Speed, Tcflag, Termios,
|
H A D | constants.rs | 687 /// Translate from a `Speed` code to a speed value `u32`. 693 pub fn speed_value(speed: backend::termios::types::Speed) -> Option<u32> { in speed_value()
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 71 pub type Speed = c::speed_t; types 611 pub const B0: Speed = c::B0; 614 pub const B50: Speed = c::B50; 617 pub const B75: Speed = c::B75; 620 pub const B110: Speed = c::B110; 623 pub const B134: Speed = c::B134; 626 pub const B150: Speed = c::B150; 629 pub const B200: Speed = c::B200; 632 pub const B300: Speed = c::B300; 635 pub const B600: Speed [all...] |
H A D | syscalls.rs | 18 use crate::termios::{Action, OptionalActions, QueueSelector, Speed, Termios, Winsize}; 109 pub(crate) fn cfgetospeed(termios: &Termios) -> Speed { 116 pub(crate) fn cfgetispeed(termios: &Termios) -> Speed { 128 pub(crate) fn cfsetospeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { 134 pub(crate) fn cfsetispeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { 140 pub(crate) fn cfsetspeed(termios: &mut Termios, speed: Speed) -> io::Result<()> {
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.h | 54 UInt64 Speed;
member 56 void Init() { /* NumIterations1 = 0; */ NumIterations2 = 0; Rating = 0; Usage = 0; RPU = 0; Speed = 0; }
in Init() 63 Speed = (r1.Speed + r2.Speed);
in SetSum()
|
H A D | Bench.cpp | 2801 Speed = info.GetUnpackSizeSpeed();
2812 Speed *= weight;
2820 Speed += r.Speed;
2839 if (t.Speed != 0)
2840 PrintNumber(*f, t.Speed / 1024, kFieldSize_Speed);
2861 const UInt64 speed = res.Speed / numIterations2;
4584 PrintRight(f, "Speed", kFieldSize_Speed + 1);
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | Descriptor.cs | 4919 private readonly static global::Google.Protobuf.Reflection.FileOptions.Types.OptimizeMode OptimizeForDefaultValue = global::Google.Protobuf.Reflection.FileOptions.Types.OptimizeMode.Speed; 5988 [pbr::OriginalName("SPEED")] Speed = 1, enumerator
|
Completed in 23 milliseconds