Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/internal/
Dmod.rs5 mod le_bytes; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dto_bytes.rs10 let le_bytes = int.to_le_bytes(); in byte_convert() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dto_bytes.rs10 let le_bytes = int.to_le_bytes(); in byte_convert() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dto_bytes.rs10 let le_bytes = int.to_le_bytes(); in byte_convert() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dto_bytes.rs10 let le_bytes = int.to_le_bytes(); in byte_convert() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dto_bytes.rs10 let le_bytes = int.to_le_bytes(); in byte_convert() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/core/
Duuid.rs27 fn le_bytes(&self) -> [u8; 16] { in le_bytes() method
/aosp_15_r20/external/rust/beto-rust/nearby/presence/xts_aes/src/
Dlib.rs510 pub fn le_bytes(&self) -> AesBlock { in le_bytes() method
/aosp_15_r20/external/uwb/src/rust/uwb_uci_packets/src/
H A Dlib.rs250 let mut le_bytes = [0; type_size]; localVariable