Searched defs:slop_bytes (Results 1 – 5 of 5) sorted by relevance
34 let slop_bytes = &the_bytes[..the_bytes_len_minus1]; in test_try_cast_slice() localVariable72 let slop_bytes = &mut the_bytes[..the_bytes_len_minus1]; in test_try_cast_slice_mut() localVariable
51 let slop_bytes = &the_bytes[..the_bytes_len_minus1]; in test_try_cast_slice() localVariable118 let slop_bytes = &mut the_bytes[..the_bytes_len_minus1]; in test_try_cast_slice_mut() localVariable
462 constexpr size_t slop_bytes = 3; in CEscapeAndAppendInternal() local