| /external/llvm/unittests/Bitcode/ |
| D | BitstreamReaderTest.cpp | 18 uint8_t Bytes[4] = { in TEST() local 38 uint8_t Bytes[4] = { in TEST() local
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugLoc.cpp | 66 unsigned Bytes = data.getU16(&Offset); in parse() local 99 unsigned Bytes = data.getU16(&Offset); in parse() local
|
| /external/llvm/lib/Support/ |
| D | circular_raw_ostream.cpp | 26 unsigned Bytes = in write_impl() local
|
| /external/llvm/utils/TableGen/ |
| D | DAGISelMatcherEmitter.cpp | 377 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher() local 384 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), in EmitMatcher() local 420 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS); in EmitMatcher() local 427 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS); in EmitMatcher() local 440 unsigned Bytes = 2+EmitVBRValue(Val, OS); in EmitMatcher() local
|
| /external/llvm/include/llvm/Support/ |
| D | StreamingMemoryObject.h | 54 mutable std::vector<unsigned char> Bytes; variable
|
| /external/elfutils/src/libelf/ |
| D | gelf_xlate.c | 91 #define INLINE2(Bytes, FName, TName) \ argument 93 #define INLINE3(Bytes, FName, TName) \ argument
|
| /external/llvm/unittests/MC/ |
| D | Disassembler.cpp | 29 uint8_t Bytes[] = {0x90, 0x90, 0xeb, 0xfd}; in TEST() local
|
| /external/guava/guava/src/com/google/common/primitives/ |
| D | Bytes.java | 51 public final class Bytes { class 52 private Bytes() {} in Bytes() method in Bytes
|
| /external/llvm/lib/Target/X86/Disassembler/ |
| D | X86Disassembler.cpp | 100 ArrayRef<uint8_t> Bytes; member 113 ArrayRef<uint8_t> Bytes = R->Bytes; in regionReader() local 140 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | nt_io.c | 892 IN ULONG Bytes, in _BlockIo() 947 IN ULONG Bytes, in _RawWrite() 960 IN ULONG Bytes, in _RawRead()
|
| /external/llvm/tools/llvm-mc/ |
| D | Disassembler.cpp | 35 const ByteArrayTy &Bytes, in PrintInsts()
|
| /external/llvm/include/llvm/Transforms/IPO/ |
| D | LowerBitSets.h | 176 std::vector<uint8_t> Bytes; member
|
| /external/llvm/lib/ProfileData/ |
| D | InstrProfWriter.cpp | 153 uint64_t Bytes = endian::byte_swap<uint64_t, little>(TableStart.second); in writeBuffer() local
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZSelectionDAGInfo.cpp | 96 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemset() local 197 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemcmp() local
|
| /external/llvm/lib/IR/ |
| D | Value.cpp | 517 else if (uint64_t Bytes = A->getDereferenceableBytes()) { in isDereferenceablePointer() local 529 if (uint64_t Bytes = CS.getDereferenceableBytes(0)) { in isDereferenceablePointer() local
|
| D | Attributes.cpp | 92 uint64_t Bytes) { in getWithDereferenceableBytes() 98 uint64_t Bytes) { in getWithDereferenceableOrNullBytes() 1176 AttrBuilder &AttrBuilder::addDereferenceableAttr(uint64_t Bytes) { in addDereferenceableAttr() 1184 AttrBuilder &AttrBuilder::addDereferenceableOrNullAttr(uint64_t Bytes) { in addDereferenceableOrNullAttr()
|
| D | Function.cpp | 345 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() 351 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr()
|
| /external/llvm/lib/Target/Hexagon/Disassembler/ |
| D | HexagonDisassembler.cpp | 190 ArrayRef<uint8_t> Bytes, in getInstruction()
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_debug.cpp | 141 const uint8_t *Bytes; member in BufferMemoryObject
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXAsmPrinter.h | 101 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes()
|
| /external/llvm/lib/Target/Sparc/Disassembler/ |
| D | SparcDisassembler.cpp | 210 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 226 ArrayRef<uint8_t> Bytes, in getInstruction()
|
| /external/llvm/lib/Target/XCore/Disassembler/ |
| D | XCoreDisassembler.cpp | 45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() 57 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 739 MCInst &instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMLoadStoreOptimizer.cpp | 909 unsigned Bytes, unsigned Limit, in isMatchingDecrement() 944 unsigned Bytes, unsigned Limit, in isMatchingIncrement() 1110 unsigned Bytes = getLSMultipleTransferSize(MI); in MergeBaseUpdateLSMultiple() local 1250 unsigned Bytes = getLSMultipleTransferSize(MI); in MergeBaseUpdateLoadStore() local 2078 unsigned Bytes = getLSMultipleTransferSize(Op); in RescheduleOps() local
|
| /external/valgrind/none/tests/x86-linux/ |
| D | seg_override.c | 21 } Bytes; member
|
| /external/llvm/lib/MC/MCDisassembler/ |
| D | Disassembler.cpp | 241 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, in LLVMDisasmInstruction()
|