Searched defs:split_slice (Results 1 – 6 of 6) sorted by relevance
33 pub(super) fn split_slice<T>(data: &[u8], size: T) -> DescriptorResult<(&[u8], &[u8])> in split_slice() function
102 fn split_slice(b: &mut Bencher) { in split_slice() function