Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/internal/
Dmod.rs4 mod be_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.rs9 let be_bytes = int.to_be_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.rs9 let be_bytes = int.to_be_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.rs9 let be_bytes = int.to_be_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.rs9 let be_bytes = int.to_be_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.rs9 let be_bytes = int.to_be_bytes(); in byte_convert() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/rsa/
Dpublic_modulus.rs57 pub fn be_bytes(&self) -> impl ExactSizeIterator<Item = u8> + Clone + '_ { in be_bytes() method
Dpublic_exponent.rs80 pub fn be_bytes(&self) -> impl ExactSizeIterator<Item = u8> + Clone + '_ { in be_bytes() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/font-types-0.4.3/src/
H A Duint24.rs67 fn be_bytes() { in be_bytes() function
H A Draw.rs93 pub fn be_bytes(&self) -> &[u8] { in be_bytes() method
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/arithmetic/bigint/
Dmodulus.rs259 pub fn be_bytes(&self) -> LeadingZerosStripped<impl ExactSizeIterator<Item = u8> + Clone + '_> { in be_bytes() method
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Dlimb.rs240 let be_bytes = unstripped_be_bytes(limbs); in big_endian_from_limbs() localVariable