Home
last modified time | relevance | path

Searched defs:from_be_bytes (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/gdbstub/src/internal/
Dbe_bytes.rs11 fn from_be_bytes(buf: &[u8]) -> Option<Self>; in from_be_bytes() method
/external/rust/crates/ring/src/digest/
Dsha2.rs162 fn from_be_bytes(input: Self::InputBytes) -> Self; in from_be_bytes() method
185 fn from_be_bytes(input: Self::InputBytes) -> Self { in from_be_bytes() method
277 fn from_be_bytes(input: Self::InputBytes) -> Self { in from_be_bytes() method
/external/rust/crates/half/src/
Dbfloat.rs149 pub fn from_be_bytes(bytes: [u8; 2]) -> bf16 { in from_be_bytes() method
Dbinary16.rs448 pub fn from_be_bytes(bytes: [u8; 2]) -> f16 { in from_be_bytes() method
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs660 pub fn from_be_bytes( in from_be_bytes() method