Home
last modified time | relevance | path

Searched refs:int_to_from_bytes_impl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/
Dbytes.rs193 macro_rules! int_to_from_bytes_impl { macro
235 int_to_from_bytes_impl!(u8, 1);
236 int_to_from_bytes_impl!(u16, 2);
237 int_to_from_bytes_impl!(u32, 4);
238 int_to_from_bytes_impl!(u64, 8);
239 int_to_from_bytes_impl!(u128, 16);
241 int_to_from_bytes_impl!(usize, 8);
243 int_to_from_bytes_impl!(usize, 4);
245 int_to_from_bytes_impl!(i8, 1);
246 int_to_from_bytes_impl!(i16, 2);
[all …]