Searched defs:decode_buf (Results 1 – 12 of 12) sorted by relevance
65 let mut decode_buf = [0_u8; 6]; in rfc_test_vectors_std_alphabet() localVariable95 let mut decode_buf = [0_u8; 6]; in rfc_test_vectors_std_alphabet() localVariable133 let mut decode_buf = Vec::<u8>::new(); in roundtrip_random() localVariable284 let mut decode_buf = Vec::<u8>::new(); in decode_doesnt_write_extra_bytes() localVariable590 let mut decode_buf = Vec::<u8>::new(); in decode_invalid_byte_error() localVariable1053 let mut decode_buf = Vec::new(); in decode_into_slice_fits_in_precisely_sized_slice() localVariable1211 let mut decode_buf = Vec::with_capacity(original_len); in decode_slice_checked_fails_gracefully_at_all_output_lengths() localVariable
662 let mut decode_buf = Vec::new(); in decode_into_slice_doesnt_clobber_existing_prefix_or_suffix() localVariable716 let mut decode_buf = Vec::new(); in decode_into_slice_fits_in_precisely_sized_slice() localVariable
41 INT_PCM* decode_buf = nullptr; member
42 int16_t decode_buf[15 * SBC_MAX_SAMPLES_PER_FRAME * SBC_MAX_CHANNELS]; member
39 int16_t* decode_buf = nullptr; member
99 unsigned char* decode_buf; member
20 let mut decode_buf = Vec::new(); in roundtrip_random() localVariable
23 let mut decode_buf = Vec::new(); in roundtrip_random() localVariable
88 fn decode_buf() { in decode_buf() function
205 let decode_buf = if let Some(encoding) = compression { in decode_chunk() localVariable
293 let mut decode_buf = Vec::new(); in do_decode_slice_doesnt_clobber_existing_prefix_or_suffix() localVariable
287 char decode_buf[32]; /* encoded byte stream */ member