Home
last modified time | relevance | path

Searched defs:to_le_bytes (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/gdbstub/src/internal/
Dle_bytes.rs7 fn to_le_bytes(self, buf: &mut [u8]) -> Option<usize>; in to_le_bytes() method
/external/rust/crates/half/src/
Dbfloat.rs84 pub fn to_le_bytes(self) -> [u8; 2] { in to_le_bytes() method
Dbinary16.rs383 pub fn to_le_bytes(self) -> [u8; 2] { in to_le_bytes() method