Searched refs:STRIDE (Results 1 – 1 of 1) sorted by relevance
186 const STRIDE: usize = std::mem::size_of::<i16>(); in from_bytes() constant187 assert_eq!(bytes.len() % STRIDE, 0); in from_bytes()191 let chunks_len = bytes.len() / STRIDE; in from_bytes()209 const STRIDE: usize = std::mem::size_of::<i16>(); in from_bytes() constant210 assert_eq!(bytes.len() % STRIDE, 0); in from_bytes()214 let chunks_len = bytes.len() / STRIDE; in from_bytes()246 const STRIDE: usize = std::mem::size_of::<i16>(); in from_bytes() constant247 assert_eq!(bytes.len() % STRIDE, 0); in from_bytes()251 let chunks_len = bytes.len() / STRIDE; in from_bytes()270 assert_eq!(bytes.len() % STRIDE, 0); in from_bytes()[all …]