Home
last modified time | relevance | path

Searched refs:writebyte (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSHA1.h75 void writebyte(uint8_t data);
H A DSHA256.h82 void writebyte(uint8_t data);
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dpramasm.s364 bsr writebyte | and write the command byte
366 bsr writebyte | write that byte to RTC too
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSHA1.cpp208 void SHA1::writebyte(uint8_t Data) { in writebyte() function in SHA1
H A DSHA256.cpp187 void SHA256::writebyte(uint8_t Data) { in writebyte() function in llvm::SHA256