Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs7008 const ZEROS: [u8; 8] = [0u8; 8]; in test_read_write() constant
7016 assert_eq!(u64::read_from_prefix(&bytes_with_prefix[..]), Ok((VAL, &ZEROS[..]))); in test_read_write()
7022 assert_eq!(u64::read_from_suffix(&bytes_with_suffix[..]), Ok((&ZEROS[..], VAL))); in test_read_write()