Searched refs:load_int_le (Results 1 – 1 of 1) sorted by relevance
69 macro_rules! load_int_le { macro94 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()