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/
H A Dsip.rs69 macro_rules! load_int_le { macros
83 /// `copy_nonoverlapping` calls that occur (via `load_int_le!`) all have fixed
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()

Completed in 1 milliseconds