/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 | 395 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher() local 402 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), in EmitMatcher() local 438 unsigned Bytes=1+EmitVBRValue(cast<CheckAndImmMatcher>(N)->getValue(), OS); in EmitMatcher() local 445 unsigned Bytes = 1+EmitVBRValue(cast<CheckOrImmMatcher>(N)->getValue(), OS); in EmitMatcher() local 458 unsigned Bytes = 2+EmitVBRValue(Val, OS); in EmitMatcher() local
|
/external/llvm/unittests/MC/ |
D | Disassembler.cpp | 29 uint8_t Bytes[] = {0x90, 0x90, 0xeb, 0xfd}; in TEST() local
|
/external/elfutils/libelf/ |
D | gelf_xlate.c | 92 #define INLINE2(Bytes, FName, TName) \ argument 94 #define INLINE3(Bytes, FName, TName) \ argument
|
/external/llvm/lib/Target/AVR/ |
D | AVRMachineFunctionInfo.h | 65 void setCalleeSavedFrameSize(unsigned Bytes) { CalleeSavedFrameSize = Bytes; } in setCalleeSavedFrameSize()
|
/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 114 ArrayRef<uint8_t> Bytes = R->Bytes; in regionReader() local 141 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 | 179 std::vector<uint8_t> Bytes; member
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 91 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemset() local 192 uint64_t Bytes = CSize->getZExtValue(); in EmitTargetCodeForMemcmp() local
|
D | SystemZISelLowering.cpp | 3342 unsigned char Bytes[SystemZ::VectorBytes]; member 3418 static bool matchPermute(const SmallVectorImpl<int> &Bytes, const Permute &P, in matchPermute() 3442 static const Permute *matchPermute(const SmallVectorImpl<int> &Bytes, in matchPermute() 3455 static bool matchDoublePermute(const SmallVectorImpl<int> &Bytes, in matchDoublePermute() 3477 static const Permute *matchDoublePermute(const SmallVectorImpl<int> &Bytes, in matchDoublePermute() 3488 SmallVectorImpl<int> &Bytes) { in getVPermMask() 3505 static bool getShuffleInput(const SmallVectorImpl<int> &Bytes, unsigned Start, in getShuffleInput() 3528 static bool isShlDoublePermute(const SmallVectorImpl<int> &Bytes, in isShlDoublePermute() 3586 const SmallVectorImpl<int> &Bytes) { in getGeneralPermuteNode() 3621 SmallVector<int, SystemZ::VectorBytes> Bytes; member [all …]
|
/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 | 110 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 92 uint64_t Bytes) { in getWithDereferenceableBytes() 98 uint64_t Bytes) { in getWithDereferenceableOrNullBytes() 1259 AttrBuilder &AttrBuilder::addDereferenceableAttr(uint64_t Bytes) { in addDereferenceableAttr() 1267 AttrBuilder &AttrBuilder::addDereferenceableOrNullAttr(uint64_t Bytes) { in addDereferenceableOrNullAttr()
|
D | Function.cpp | 357 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() 363 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr()
|
/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/valgrind/none/tests/x86-linux/ |
D | seg_override.c | 21 } Bytes; member
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 246 uint64_t Bytes = endian::byte_swap<uint64_t, little>(TableStart.second); in writeBuffer() local
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 270 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() 289 ArrayRef<uint8_t> Bytes, in getInstruction()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 239 size_t LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, in LLVMDisasmInstruction()
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | Handle.cpp | 51 using Bytes = std::vector<uint8_t>; typedef
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/ |
D | ipaddr.py | 387 Bytes = bytes variable 389 class Bytes(str): class
|