Home
last modified time | relevance | path

Searched defs:addBytes (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h110 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function
/external/cldr/tools/java/org/unicode/cldr/util/
DStateDictionary.java252 public int addBytes(byte[] target, int pos, int rowDelta) { in addBytes() method in StateDictionary.Cell
478 static int addBytes(int source, byte[] target, int pos) { in addBytes() method in StateDictionary
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h110 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function
/external/syzkaller/vendor/golang.org/x/net/http2/
Dwritesched_priority.go144 func (n *priorityNode) addBytes(b int64) { func
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go102 func (bb *byteBuilder) addBytes(b []byte) { func