Home
last modified time | relevance | path

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

/qemu/rust/qemu-api/src/
H A Dmemory.rs81 pub const fn little_endian(mut self) -> Self { in little_endian() method
/qemu/target/sparc/
H A Dtranslate.c3950 int width, bool cc, bool little_endian) in gen_edge()