Home
last modified time | relevance | path

Searched defs:from_le_bytes (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/gdbstub/src/internal/
Dle_bytes.rs11 fn from_le_bytes(buf: &[u8]) -> Option<Self>; in from_le_bytes() method
/external/rust/android-crates-io/crates/num-traits/src/ops/
Dbytes.rs118 fn from_le_bytes(bytes: &Self::Bytes) -> Self; in from_le_bytes() method
/external/python/bumble/rust/src/wrapper/
Dcore.rs70 pub fn from_le_bytes(mut bytes: [u8; 2]) -> Self { in from_le_bytes() method
/external/rust/android-crates-io/crates/num-bigint/src/
Dbiguint.rs1054 fn from_le_bytes(bytes: &Self::Bytes) -> Self { in from_le_bytes() method
Dbigint.rs1165 fn from_le_bytes(bytes: &Self::Bytes) -> Self { in from_le_bytes() method
/external/rust/android-crates-io/crates/half/src/
Dbinary16.rs184 pub const fn from_le_bytes(bytes: [u8; 2]) -> f16 { in from_le_bytes() method
Dbfloat.rs180 pub const fn from_le_bytes(bytes: [u8; 2]) -> bf16 { in from_le_bytes() method