Home
last modified time | relevance | path

Searched refs:load_int_le (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/cxx/src/
Dsip.rs69 macro_rules! load_int_le { macro
94 out = unsafe { load_int_le!(buf, start + i, u32) } as u64; in u8to64_le()
99 out |= (unsafe { load_int_le!(buf, start + i, u16) } as u64) << (i * 8); in u8to64_le()
184 let mi = unsafe { load_int_le!(msg, i, u64) }; in write()