Home
last modified time | relevance | path

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

/aosp_15_r20/external/uwb/src/rust/uwb_core/src/params/
H A Dutils.rs27 pub fn u32_to_bytes(value: u32) -> Vec<u8> { in u32_to_bytes() function
/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Dpropval.rs25 fn u32_to_bytes(value: &[u32]) -> Vec<u8> { in u32_to_bytes() function