/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/internal/ |
D | le_bytes.rs | 11 fn from_le_bytes(buf: &[u8]) -> Option<Self>; in from_le_bytes() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | to_bytes.rs | 45 fn from_le_bytes(bytes: Self::Bytes) -> Self; in from_le_bytes() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | to_bytes.rs | 45 fn from_le_bytes(bytes: Self::Bytes) -> Self; in from_le_bytes() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | to_bytes.rs | 45 fn from_le_bytes(bytes: Self::Bytes) -> Self; in from_le_bytes() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | to_bytes.rs | 45 fn from_le_bytes(bytes: Self::Bytes) -> Self; in from_le_bytes() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | to_bytes.rs | 45 fn from_le_bytes(bytes: Self::Bytes) -> Self; in from_le_bytes() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/ |
D | bytes.rs | 118 fn from_le_bytes(bytes: &Self::Bytes) -> Self; in from_le_bytes() method
|
/aosp_15_r20/external/python/bumble/rust/src/wrapper/ |
D | core.rs | 70 pub fn from_le_bytes(mut bytes: [u8; 2]) -> Self { in from_le_bytes() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/ |
H A D | f128.rs | 1040 pub const fn from_le_bytes(bytes: [u8; 16]) -> Self { in from_le_bytes() method
|
H A D | f16.rs | 1066 pub const fn from_le_bytes(bytes: [u8; 2]) -> Self { in from_le_bytes() method
|
H A D | f32.rs | 1387 pub const fn from_le_bytes(bytes: [u8; 4]) -> Self { in from_le_bytes() method
|
H A D | f64.rs | 1365 pub const fn from_le_bytes(bytes: [u8; 8]) -> Self { in from_le_bytes() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | f16.rs | 1066 pub const fn from_le_bytes(bytes: [u8; 2]) -> Self { in from_le_bytes() method
|
H A D | f128.rs | 1040 pub const fn from_le_bytes(bytes: [u8; 16]) -> Self { in from_le_bytes() method
|
H A D | f32.rs | 1387 pub const fn from_le_bytes(bytes: [u8; 4]) -> Self { in from_le_bytes() method
|
H A D | f64.rs | 1365 pub const fn from_le_bytes(bytes: [u8; 8]) -> Self { in from_le_bytes() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/ |
H A D | f128.rs | 1040 pub const fn from_le_bytes(bytes: [u8; 16]) -> Self { in from_le_bytes() method
|
H A D | f16.rs | 1066 pub const fn from_le_bytes(bytes: [u8; 2]) -> Self { in from_le_bytes() method
|
H A D | f32.rs | 1387 pub const fn from_le_bytes(bytes: [u8; 4]) -> Self { in from_le_bytes() method
|
H A D | f64.rs | 1365 pub const fn from_le_bytes(bytes: [u8; 8]) -> Self { in from_le_bytes() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | f64.rs | 1357 pub const fn from_le_bytes(bytes: [u8; 8]) -> Self { in from_le_bytes() method
|
H A D | f32.rs | 1377 pub const fn from_le_bytes(bytes: [u8; 4]) -> Self { in from_le_bytes() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | f32.rs | 1377 pub const fn from_le_bytes(bytes: [u8; 4]) -> Self { in from_le_bytes() method
|
H A D | f64.rs | 1357 pub const fn from_le_bytes(bytes: [u8; 8]) -> Self { in from_le_bytes() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/ |
D | biguint.rs | 969 fn from_le_bytes(bytes: &Self::Bytes) -> Self { in from_le_bytes() method
|