Searched defs:write_byte (Results  1 – 11 of 11) sorted by relevance
| /external/rust/crates/ring/src/io/ | 
| D | writer.rs | 18     fn write_byte(&mut self, value: u8);  in write_byte()  method39     fn write_byte(&mut self, _value: u8) {  in write_byte()  method
 69     fn write_byte(&mut self, value: u8) {  in write_byte()  method
 
 | 
| /external/rust/crates/der/src/ | 
| D | writer.rs | 18     fn write_byte(&mut self, byte: u8) -> Result<()> {  in write_byte()  method
 | 
| /external/rust/crates/bytes/src/buf/ | 
| D | uninit_slice.rs | 73     pub fn write_byte(&mut self, index: usize, byte: u8) {  in write_byte()  method
 | 
| /external/rust/crates/protobuf/src/coded_output_stream/ | 
| D | buffer.rs | 92     pub(crate) unsafe fn write_byte(&mut self, b: u8) {  in write_byte()  method
 | 
| /external/cn-cbor/src/ | 
| D | cn-encoder.c | 48 #define write_byte(b) \  macro
 | 
| /external/e2fsprogs/lib/ext2fs/ | 
| D | ext2_io.h | 85 	errcode_t (*write_byte)(io_channel channel, unsigned long offset,  member
 | 
| D | test_io.c | 55 	void (*write_byte)(unsigned long block, int count, errcode_t err);  member
 | 
| /external/crosvm/devices/src/pci/ | 
| D | pci_configuration.rs | 456     fn write_byte(&mut self, offset: usize, value: u8) {  in write_byte()  method
 | 
| /external/libpng/contrib/tools/ | 
| D | pngfix.c | 1341 write_byte(struct file *file, int b)  in write_byte()  function
 | 
| /external/bcc/libbpf-tools/x86/ | 
| D | vmlinux_505.h | 68383 	void (*write_byte)(unsigned char, int);  member
 | 
| D | vmlinux.h | 68383 	void (*write_byte)(unsigned char, int);  member
 |