Home
last modified time | relevance | path

Searched defs:write_byte (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/ring/src/io/
Dwriter.rs18 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/
Duninit_slice.rs67 pub fn write_byte(&mut self, index: usize, byte: u8) { in write_byte() method
/external/cn-cbor/src/
Dcn-encoder.c48 #define write_byte(b) \ macro
/external/e2fsprogs/lib/ext2fs/
Dext2_io.h84 errcode_t (*write_byte)(io_channel channel, unsigned long offset, member
Dtest_io.c55 void (*write_byte)(unsigned long block, int count, errcode_t err); member
/external/crosvm/devices/src/pci/
Dpci_configuration.rs391 fn write_byte(&mut self, offset: usize, value: u8) { in write_byte() method
/external/libpng/contrib/tools/
Dpngfix.c1341 write_byte(struct file *file, int b) in write_byte() function