Home
last modified time | relevance | path

Searched refs:addBytes (Results 1 – 12 of 12) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go101 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 …]
Dticket.go42 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)
Dprf.go249 data.addBytes(h.Sum())
/external/skia/src/gpu/
DGrStencilSettings.cpp253 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()
DGrProgramDesc.h50 void addBytes(uint32_t numBytes, const void* data, const char* label) { in addBytes() function
/external/cldr/tools/java/org/unicode/cldr/util/
DStateDictionary.java242 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/
DNVPTXAsmPrinter.cpp1806 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()
DNVPTXAsmPrinter.h109 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1795 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()
DNVPTXAsmPrinter.h109 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1828 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()
DNVPTXAsmPrinter.h110 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function