Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h109 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h109 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function
/external/cldr/tools/java/org/unicode/cldr/util/
DStateDictionary.java256 public int addBytes(byte[] target, int pos, int rowDelta) { in addBytes() method in StateDictionary.Cell
487 static int addBytes(int source, byte[] target, int pos) { in addBytes() method in StateDictionary
/external/skia/src/gpu/
DGrProgramDesc.h50 void addBytes(uint32_t numBytes, const void* data, const char* label) { in addBytes() function
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h110 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() function
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go101 func (bb *byteBuilder) addBytes(b []byte) { func