Home
last modified time | relevance | path

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

/src/tools/test/stress2/misc/
H A Dldt.sh87 writebyte(int sel, int offset, unsigned char val)
144 writebyte(sel, 0, '1');
150 writebyte(sel, 0, '2');
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSHA1.h72 void writebyte(uint8_t data);
H A DSHA256.h79 void writebyte(uint8_t data);
/src/contrib/llvm-project/llvm/lib/Support/
H A DSHA1.cpp203 void SHA1::writebyte(uint8_t Data) { in writebyte() function in SHA1
H A DSHA256.cpp182 void SHA256::writebyte(uint8_t Data) { in writebyte() function in llvm::SHA256