Home
last modified time | relevance | path

Searched defs:r_sum (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy/src/
H A Dsplit_at.rs976 let r_sum: u8 = r.iter().sum(); in test_split_at() localVariable
989 let r_sum: u8 = r.iter().sum(); in test_split_at() localVariable
/linux/rust/zerocopy/src/pointer/
H A Dinner.rs682 let r_sum: usize = r in test_split_at() localVariable