Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dsplit_at.rs975 let l_sum: u8 = l.trailing.iter().sum(); in test_split_at() localVariable
988 let l_sum: u8 = l.trailing.iter().sum(); in test_split_at() localVariable
/linux/rust/zerocopy/src/pointer/
H A Dinner.rs671 let l_sum: usize = l in test_split_at() localVariable