Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go102 func (bb *byteBuilder) addBytes(b []byte) { func
363 keyExchange.addBytes(keyShare.keyExchange)
379 hello.addBytes(m.random)
381 sessionId.addBytes(m.sessionId)
384 cookie.addBytes(m.cookie)
391 compressionMethods.addBytes(m.compressionMethods)
400 pskIdentities.addU16LengthPrefixed().addBytes(psk.ticket)
405 pskBinders.addU8LengthPrefixed().addBytes(binder)
443 hostName.addBytes([]byte(m.serverName))
469 supportedPoints.addBytes(m.supportedPoints)
[all …]
Dticket.go40 masterSecret.addBytes(s.masterSecret)
42 handshakeHash.addBytes(s.handshakeHash)
46 certMsg.addBytes(cert)
63 earlyALPN.addBytes(s.earlyALPN)
Dprf.go247 data.addBytes(h.Sum())
/external/cldr/tools/java/org/unicode/cldr/util/
DStateDictionary.java238 pos = byteToCell.get(key).addBytes(target, pos, 0); in compact()
252 public int addBytes(byte[] target, int pos, int rowDelta) { in addBytes() method in StateDictionary.Cell
253 pos = StateDictionary.addBytes(deltaResult, target, pos); in addBytes()
258 return StateDictionary.addBytes(rowOffset, target, pos); in addBytes()
478 static int addBytes(int source, byte[] target, int pos) { in addBytes() method in StateDictionary
/external/syzkaller/vendor/golang.org/x/net/http2/
Dwritesched_priority.go144 func (n *priorityNode) addBytes(b int64) { func
301 n.addBytes(-n.bytes)
415 n.addBytes(int64(wr.DataSize()))
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1808 aggBuffer->addBytes(ptr, 1, Bytes); in bufferLEByte()
1812 aggBuffer->addBytes(ptr, 2, Bytes); in bufferLEByte()
1817 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte()
1824 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte()
1839 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte()
1846 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte()
1870 aggBuffer->addBytes(ptr, 2, Bytes); in bufferLEByte()
1874 aggBuffer->addBytes(ptr, 4, Bytes); in bufferLEByte()
1878 aggBuffer->addBytes(ptr, 8, Bytes); in bufferLEByte()
1926 aggBuffer->addBytes(&Byte, 1, 1); in bufferAggregateConstant()
DNVPTXAsmPrinter.h110 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