Searched defs:write_byte (Results 1 – 7 of 7) sorted by relevance
| /external/rust/crates/ring/src/io/ |
| D | writer.rs | 18 fn write_byte(&mut self, value: u8); in write_byte() method 39 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/bytes/src/buf/ |
| D | uninit_slice.rs | 67 pub fn write_byte(&mut self, index: usize, byte: 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 | 84 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 | 391 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
|