Home
last modified time | relevance | path

Searched defs:write_byte (Results 1 – 11 of 11) 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/der/src/
Dwriter.rs18 fn write_byte(&mut self, byte: u8) -> Result<()> { in write_byte() method
/external/rust/crates/bytes/src/buf/
Duninit_slice.rs73 pub fn write_byte(&mut self, index: usize, byte: u8) { in write_byte() method
/external/rust/crates/protobuf/src/coded_output_stream/
Dbuffer.rs92 pub(crate) unsafe fn write_byte(&mut self, b: u8) { in write_byte() method
/external/cn-cbor/src/
Dcn-encoder.c48 #define write_byte(b) \ macro
/external/e2fsprogs/lib/ext2fs/
Dext2_io.h85 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.rs456 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
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h68383 void (*write_byte)(unsigned char, int); member
Dvmlinux.h68383 void (*write_byte)(unsigned char, int); member