Searched defs:WriteByte (Results 1 – 3 of 3) sorted by relevance
33 void WriteByte(uint64_t address) { WriteSector(address / sector_bytes_); } in WriteByte() function
192 bool OutputStreamBuffer::WriteByte(uint8_t byte) { in WriteByte() function in nvram::OutputStreamBuffer
128 void WriteByte(uint16_t tag, uint32_t count, const uint8_t value[]) { in WriteByte() function