Home
last modified time | relevance | path

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

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