Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs195 pub fn swap_bytes(&mut self, endian: Endian) -> SwapBytes { in swap_bytes()
403 pub struct SwapBytes<'i> { struct
409 impl<'i> SwapBytes<'i> { argument
418 impl<'i> Instruction for SwapBytes<'i> { implementation