/external/boringssl/src/ssl/test/runner/ |
D | handshake_messages.go | 101 func (bb *byteBuilder) addBytes(b []byte) { func 271 contents.addU16LengthPrefixed().addBytes([]byte(e.PublicName)) 272 contents.addU16LengthPrefixed().addBytes(e.PublicKey) 352 keyExchange.addBytes(keyShare.keyExchange) 368 hello.addBytes(m.random) 370 sessionID.addBytes(m.sessionID) 373 cookie.addBytes(m.cookie) 380 compressionMethods.addBytes(m.compressionMethods) 419 hostName.addBytes([]byte(m.serverName)) 430 body.addU8LengthPrefixed().addBytes(m.clientECH.configID) [all …]
|
D | ticket.go | 42 masterSecret.addBytes(s.masterSecret) 44 handshakeHash.addBytes(s.handshakeHash) 48 certMsg.addBytes(cert) 65 earlyALPN.addBytes(s.earlyALPN) 69 msg.addU16LengthPrefixed().addBytes(s.localApplicationSettings) 70 msg.addU16LengthPrefixed().addBytes(s.peerApplicationSettings)
|
D | prf.go | 249 data.addBytes(h.Sum())
|
/external/skia/src/gpu/ |
D | GrStencilSettings.cpp | 253 b->addBytes(sizeof(Face), &fCWFace, "stencilCWFace"); in genKey() 257 b->addBytes(sizeof(Face), &tempFace, "stencilCWFace"); in genKey() 261 b->addBytes(sizeof(Face), &fCWFace, "stencilCWFace"); in genKey() 262 b->addBytes(sizeof(Face), &fCCWFace, "stencilCCWFace"); in genKey() 269 b->addBytes(sizeof(Face), &tempFaces[0], "stencilCWFace"); in genKey() 270 b->addBytes(sizeof(Face), &tempFaces[1], "stencilCCWFace"); in genKey()
|
D | GrProgramDesc.h | 50 void addBytes(uint32_t numBytes, const void* data, const char* label) { in addBytes() function
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | StateDictionary.java | 242 pos = byteToCell.get(key).addBytes(target, pos, 0); in compact() 256 public int addBytes(byte[] target, int pos, int rowDelta) { in addBytes() method in StateDictionary.Cell 257 pos = StateDictionary.addBytes(deltaResult, target, pos); in addBytes() 262 return StateDictionary.addBytes(rowOffset, target, pos); in addBytes() 487 static int addBytes(int source, byte[] target, int pos) { in addBytes() method in StateDictionary
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1806 aggBuffer->addBytes(ptr, 1, Bytes); in bufferLEByte() 1810 aggBuffer->addBytes(ptr, 2, Bytes); in bufferLEByte() 1815 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() 1822 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() 1837 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte() 1844 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte() 1868 aggBuffer->addBytes(ptr, 2, Bytes); in bufferLEByte() 1872 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() 1876 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte() 1924 aggBuffer->addBytes(&Byte, 1, 1); in bufferAggregateConstant()
|
D | NVPTXAsmPrinter.h | 109 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1795 aggBuffer->addBytes(ptr, 1, Bytes); in bufferLEByte() 1799 aggBuffer->addBytes(ptr, 2, Bytes); in bufferLEByte() 1804 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() 1811 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() 1826 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte() 1833 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte() 1857 aggBuffer->addBytes(ptr, 2, Bytes); in bufferLEByte() 1861 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() 1865 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte() 1913 aggBuffer->addBytes(&Byte, 1, 1); in bufferAggregateConstant()
|
D | NVPTXAsmPrinter.h | 109 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1828 aggBuffer->addBytes(ptr, 1, Bytes); in bufferLEByte() 1832 aggBuffer->addBytes(ptr, 2, Bytes); in bufferLEByte() 1837 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() 1844 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() 1859 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte() 1866 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte() 1888 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte() 1892 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte()
|
D | NVPTXAsmPrinter.h | 110 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function
|