Searched defs:aligned_bytes (Results 1 – 3 of 3) sorted by relevance
154 let aligned_bytes = bytemuck::bytes_of(&abcd); in test_from_bytes() localVariable163 let aligned_bytes = bytemuck::bytes_of_mut(&mut a); in test_from_bytes_mut() localVariable195 let aligned_bytes = bytemuck::cast_slice::<u32, u8>(&[0, 0]); in test_panics() localVariable
283 let aligned_bytes = bytemuck::bytes_of(&abcd); in test_from_bytes() localVariable298 let aligned_bytes = bytemuck::bytes_of_mut(&mut a); in test_from_bytes_mut() localVariable337 let aligned_bytes = bytemuck::cast_slice::<u32, u8>(&[0, 0]); in test_panics() localVariable
17 int64_t aligned_bytes[kSize / sizeof(int64_t)]; variable