Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/pointer/
H A Dinner.rs649 fn test_split_at() { in test_split_at() function
650 fn test_split_at<const OFFSET: usize, const BUFFER_SIZE: usize>() { in test_split_at() function
695 test_split_at::<0, 16>(); in test_split_at()
696 test_split_at::<1, 17>(); in test_split_at()
697 test_split_at::<2, 18>(); in test_split_at()
/linux/rust/zerocopy/src/
H A Dsplit_at.rs957 fn test_split_at() { in test_split_at() function
968 fn test_split_at<const OFFSET: usize, const BUFFER_SIZE: usize>() { in test_split_at() function
996 test_split_at::<0, 16>(); in test_split_at()
997 test_split_at::<1, 17>(); in test_split_at()
998 test_split_at::<2, 18>(); in test_split_at()