/external/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.cpp | 97 uint64_t Offset = 0) { in formatSymbol() argument 104 if (Offset) in formatSymbol() 105 OS << format("+0x%X (0x%" PRIX64 ")", Offset, Address); in formatSymbol() 220 uint64_t Offset) { in getRelocatedSymbol() argument 225 if (RelocationOffset == Offset) in getRelocatedSymbol() 231 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() argument 233 uint8_t Imm = OC[Offset] & 0x7f; in opcode_0xxxxxxx() 235 OC[Offset], in opcode_0xxxxxxx() 238 ++Offset; in opcode_0xxxxxxx() 242 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx() argument [all …]
|
D | ARMAttributeParser.cpp | 74 uint32_t &Offset) { in ParseInteger() argument 76 uint64_t Value = decodeULEB128(Data + Offset, &Length); in ParseInteger() 77 Offset = Offset + Length; in ParseInteger() 82 uint32_t &Offset) { in ParseString() argument 83 const char *String = reinterpret_cast<const char*>(Data + Offset); in ParseString() 85 Offset = Offset + Length + 1; in ParseString() 90 uint32_t &Offset) { in IntegerAttribute() argument 92 ParseInteger(Data, Offset)); in IntegerAttribute() 96 uint32_t &Offset) { in StringAttribute() argument 103 SW.printString("Value", ParseString(Data, Offset)); in StringAttribute() [all …]
|
D | ARMAttributeParser.h | 29 uint64_t ParseInteger(const uint8_t *Data, uint32_t &Offset); 30 StringRef ParseString(const uint8_t *Data, uint32_t &Offset); 33 uint32_t &Offset); 35 uint32_t &Offset); 40 uint32_t &Offset); 42 uint32_t &Offset); 44 uint32_t &Offset); 46 uint32_t &Offset); 48 uint32_t &Offset); 50 uint32_t &Offset); [all …]
|
D | ARMWinEHPrinter.h | 35 bool opcode_0xxxxxxx(const uint8_t *Opcodes, unsigned &Offset, 37 bool opcode_10Lxxxxx(const uint8_t *Opcodes, unsigned &Offset, 39 bool opcode_1100xxxx(const uint8_t *Opcodes, unsigned &Offset, 41 bool opcode_11010Lxx(const uint8_t *Opcodes, unsigned &Offset, 43 bool opcode_11011Lxx(const uint8_t *Opcodes, unsigned &Offset, 45 bool opcode_11100xxx(const uint8_t *Opcodes, unsigned &Offset, 47 bool opcode_111010xx(const uint8_t *Opcodes, unsigned &Offset, 49 bool opcode_1110110L(const uint8_t *Opcodes, unsigned &Offset, 51 bool opcode_11101110(const uint8_t *Opcodes, unsigned &Offset, 53 bool opcode_11101111(const uint8_t *Opcodes, unsigned &Offset, [all …]
|
/external/elfutils/src/tests/ |
D | run-show-die-info.sh | 28 Offset : 11 38 Offset : 104 45 Offset : 127 52 Offset : 146 62 Offset : 239 69 Offset : 262 76 Offset : 281 86 Offset : 374 93 Offset : 402 98 Offset : 419 [all …]
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.cc | 104 return data_->ReadUShort(Offset::kVersion); in TableVersion() 108 return data_->ReadShort(Offset::kXAvgCharWidth); in XAvgCharWidth() 112 return data_->ReadUShort(Offset::kUsWeightClass); in UsWeightClass() 116 return data_->ReadUShort(Offset::kUsWidthClass); in UsWidthClass() 120 return data_->ReadUShort(Offset::kFsType); in FsType() 124 return data_->ReadShort(Offset::kYSubscriptXSize); in YSubscriptXSize() 128 return data_->ReadShort(Offset::kYSubscriptYSize); in YSubscriptYSize() 132 return data_->ReadShort(Offset::kYSubscriptXOffset); in YSubscriptXOffset() 136 return data_->ReadShort(Offset::kYSubscriptYOffset); in YSubscriptYOffset() 140 return data_->ReadShort(Offset::kYSuperscriptXSize); in YSuperscriptXSize() [all …]
|
D | maximum_profile_table.cc | 26 return data_->ReadFixed(Offset::kVersion); in TableVersion() 30 return data_->ReadUShort(Offset::kNumGlyphs); in NumGlyphs() 34 return data_->ReadUShort(Offset::kMaxPoints); in MaxPoints() 38 return data_->ReadUShort(Offset::kMaxContours); in MaxContours() 42 return data_->ReadUShort(Offset::kMaxCompositePoints); in MaxCompositePoints() 46 return data_->ReadUShort(Offset::kMaxCompositeContours); in MaxCompositeContours() 50 return data_->ReadUShort(Offset::kMaxZones); in MaxZones() 54 return data_->ReadUShort(Offset::kMaxTwilightPoints); in MaxTwilightPoints() 58 return data_->ReadUShort(Offset::kMaxStorage); in MaxStorage() 62 return data_->ReadUShort(Offset::kMaxFunctionDefs); in MaxFunctionDefs() [all …]
|
D | horizontal_header_table.cc | 26 return data_->ReadFixed(Offset::kVersion); in TableVersion() 30 return data_->ReadShort(Offset::kAscender); in Ascender() 34 return data_->ReadShort(Offset::kDescender); in Descender() 38 return data_->ReadShort(Offset::kLineGap); in LineGap() 42 return data_->ReadUShort(Offset::kAdvanceWidthMax); in AdvanceWidthMax() 46 return data_->ReadShort(Offset::kMinLeftSideBearing); in MinLeftSideBearing() 50 return data_->ReadShort(Offset::kMinRightSideBearing); in MinRightSideBearing() 54 return data_->ReadShort(Offset::kXMaxExtent); in XMaxExtent() 58 return data_->ReadShort(Offset::kCaretSlopeRise); in CaretSlopeRise() 62 return data_->ReadShort(Offset::kCaretSlopeRun); in CaretSlopeRun() [all …]
|
D | font_header_table.cc | 26 return data_->ReadFixed(Offset::kTableVersion); in TableVersion() 30 return data_->ReadFixed(Offset::kFontRevision); in FontRevision() 34 return data_->ReadULong(Offset::kCheckSumAdjustment); in ChecksumAdjustment() 38 return data_->ReadULong(Offset::kMagicNumber); in MagicNumber() 42 return data_->ReadUShort(Offset::kFlags); in FlagsAsInt() 46 return data_->ReadUShort(Offset::kUnitsPerEm); in UnitsPerEm() 50 return data_->ReadDateTimeAsLong(Offset::kCreated); in Created() 54 return data_->ReadDateTimeAsLong(Offset::kModified); in Modified() 58 return data_->ReadUShort(Offset::kXMin); in XMin() 62 return data_->ReadUShort(Offset::kYMin); in YMin() [all …]
|
/external/mesa3d/src/glsl/builtins/tools/ |
D | texture_builtins.py | 8 Offset = 2 variable 83 if variant & Offset: 97 if variant & Offset: 230 generate_fiu_sigs("txl", "1D", Offset) 231 generate_fiu_sigs("txl", "2D", Offset) 232 generate_fiu_sigs("txl", "3D", Offset) 233 generate_fiu_sigs("txl", "1DArray", Offset) 234 generate_fiu_sigs("txl", "2DArray", Offset) 235 generate_sigs("", "txl", "1DShadow", Offset | Single, 1); 236 generate_sigs("", "txl", "2DShadow", Offset | Single); [all …]
|
/external/clang/lib/Rewrite/ |
D | RewriteRope.cpp | 106 RopePieceBTreeNode *split(unsigned Offset); 114 RopePieceBTreeNode *insert(unsigned Offset, const RopePiece &R); 118 void erase(unsigned Offset, unsigned NumBytes); 207 RopePieceBTreeNode *split(unsigned Offset); 215 RopePieceBTreeNode *insert(unsigned Offset, const RopePiece &R); 220 void erase(unsigned Offset, unsigned NumBytes); 234 RopePieceBTreeNode *RopePieceBTreeLeaf::split(unsigned Offset) { in split() argument 237 if (Offset == 0 || Offset == size()) { in split() 245 while (Offset >= PieceOffs+Pieces[i].size()) { in split() 252 if (PieceOffs == Offset) in split() [all …]
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | big_glyph_metrics.cc | 31 return data_->ReadByte(Offset::kHeight); in Height() 35 return data_->ReadByte(Offset::kWidth); in Width() 39 return data_->ReadByte(Offset::kHoriBearingX); in HoriBearingX() 43 return data_->ReadByte(Offset::kHoriBearingY); in HoriBearingY() 47 return data_->ReadByte(Offset::kHoriAdvance); in HoriAdvance() 51 return data_->ReadByte(Offset::kVertBearingX); in VertBearingX() 55 return data_->ReadByte(Offset::kVertBearingY); in VertBearingY() 59 return data_->ReadByte(Offset::kVertAdvance); in VertAdvance() 77 return InternalReadData()->ReadByte(Offset::kHeight); in Height() 81 InternalWriteData()->WriteByte(Offset::kHeight, height); in SetHeight() [all …]
|
D | small_glyph_metrics.cc | 31 return data_->ReadByte(Offset::kHeight); in Height() 35 return data_->ReadByte(Offset::kWidth); in Width() 39 return data_->ReadByte(Offset::kBearingX); in BearingX() 43 return data_->ReadByte(Offset::kBearingY); in BearingY() 47 return data_->ReadByte(Offset::kAdvance); in Advance() 65 return InternalReadData()->ReadByte(Offset::kHeight); in Height() 69 InternalWriteData()->WriteByte(Offset::kHeight, height); in SetHeight() 73 return InternalReadData()->ReadByte(Offset::kWidth); in Width() 77 InternalWriteData()->WriteByte(Offset::kWidth, width); in SetWidth() 81 return InternalReadData()->ReadByte(Offset::kBearingX); in BearingX() [all …]
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLoc.cpp | 20 OS << format("0x%8.8x: ", L.Offset); in dump() 39 uint32_t Offset = 0; in parse() local 40 while (data.isValidOffset(Offset+AddressSize-1)) { in parse() 43 Loc.Offset = Offset; in parse() 48 RelocAddrMap::const_iterator AI = RelocMap.find(Offset); in parse() 50 E.Begin = data.getUnsigned(&Offset, AddressSize); in parse() 54 AI = RelocMap.find(Offset); in parse() 56 E.End = data.getUnsigned(&Offset, AddressSize); in parse() 66 unsigned Bytes = data.getU16(&Offset); in parse() 68 StringRef str = data.getData().substr(Offset, Bytes); in parse() [all …]
|
D | DWARFDebugFrame.cpp | 32 FrameEntry(FrameKind K, uint64_t Offset, uint64_t Length) in FrameEntry() argument 33 : Kind(K), Offset(Offset), Length(Length) {} in FrameEntry() 39 virtual uint64_t getOffset() const { return Offset; } in getOffset() 45 virtual void parseInstructions(DataExtractor Data, uint32_t *Offset, 58 uint64_t Offset; member in llvm::FrameEntry 100 void FrameEntry::parseInstructions(DataExtractor Data, uint32_t *Offset, in parseInstructions() argument 102 while (*Offset < EndOffset) { in parseInstructions() 103 uint8_t Opcode = Data.getU8(Offset); in parseInstructions() 118 addInstruction(Primary, Op1, Data.getULEB128(Offset)); in parseInstructions() 134 addInstruction(Opcode, Data.getAddress(Offset)); in parseInstructions() [all …]
|
D | DWARFAcceleratorTable.cpp | 18 uint32_t Offset = 0; in extract() local 24 Hdr.Magic = AccelSection.getU32(&Offset); in extract() 25 Hdr.Version = AccelSection.getU16(&Offset); in extract() 26 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract() 27 Hdr.NumBuckets = AccelSection.getU32(&Offset); in extract() 28 Hdr.NumHashes = AccelSection.getU32(&Offset); in extract() 29 Hdr.HeaderDataLength = AccelSection.getU32(&Offset); in extract() 37 HdrData.DIEOffsetBase = AccelSection.getU32(&Offset); in extract() 38 uint32_t NumAtoms = AccelSection.getU32(&Offset); in extract() 41 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() [all …]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 85 bool StackGrowsDown, int64_t &Offset, in AdjustStackOffset() argument 89 Offset += MFI->getObjectSize(FrameIdx); in AdjustStackOffset() 98 Offset = (Offset + Align - 1) / Align * Align; in AdjustStackOffset() 101 DEBUG(dbgs() << "alloc FI(" << FrameIdx << ") at SP[" << -Offset << "]\n"); in AdjustStackOffset() 102 MFI->setObjectOffset(FrameIdx, -Offset); // Set the computed offset in AdjustStackOffset() 104 DEBUG(dbgs() << "alloc FI(" << FrameIdx << ") at SP[" << Offset << "]\n"); in AdjustStackOffset() 105 MFI->setObjectOffset(FrameIdx, Offset); in AdjustStackOffset() 106 Offset += MFI->getObjectSize(FrameIdx); in AdjustStackOffset() 129 int64_t Offset = LocalAreaOffset; in calculateFrameObjectOffsets() local 148 if (FixedOff > Offset) Offset = FixedOff; in calculateFrameObjectOffsets() [all …]
|
/external/clang/include/clang/Tooling/Core/ |
D | Replacement.h | 37 Range() : Offset(0), Length(0) {} in Range() 38 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {} in Range() argument 42 unsigned getOffset() const { return Offset; } in getOffset() 50 return Offset + Length > RHS.Offset && Offset < RHS.Offset + RHS.Length; in overlapsWith() 55 return RHS.Offset >= Offset && in contains() 56 (RHS.Offset + RHS.Length) <= (Offset + Length); in contains() 61 unsigned Offset; 80 Replacement(StringRef FilePath, unsigned Offset,
|
/external/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 55 FrameRef(MachineBasicBlock::iterator I, int64_t Offset, int Idx) : in FrameRef() argument 56 MI(I), LocalOffset(Offset), FrameIdx(Idx) {} in FrameRef() 70 void AdjustStackOffset(MachineFrameInfo *MFI, int FrameIdx, int64_t &Offset, 75 int64_t &Offset, unsigned &MaxAlign); 135 int FrameIdx, int64_t &Offset, in AdjustStackOffset() argument 140 Offset += MFI->getObjectSize(FrameIdx); in AdjustStackOffset() 149 Offset = (Offset + Align - 1) / Align * Align; in AdjustStackOffset() 151 int64_t LocalOffset = StackGrowsDown ? -Offset : Offset; in AdjustStackOffset() 160 Offset += MFI->getObjectSize(FrameIdx); in AdjustStackOffset() 170 bool StackGrowsDown, int64_t &Offset, in AssignProtectedObjSet() argument [all …]
|
/external/llvm/include/llvm/MC/ |
D | MachineLocation.h | 29 int Offset; // Displacement if not register. variable 37 : IsRegister(false), Register(0), Offset(0) {} in MachineLocation() 40 : IsRegister(true), Register(R), Offset(0) {} in MachineLocation() 43 : IsRegister(false), Register(R), Offset(O) {} in MachineLocation() 47 Offset == Other.Offset; 55 int getOffset() const { return Offset; } in getOffset() 58 void setOffset(int O) { Offset = O; } in setOffset() 63 Offset = 0; in set() 69 Offset = O; in set()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 224 uint64_t Offset, uint64_t Value, in resolveX86_64Relocation() argument 232 support::ulittle64_t::ref(Section.Address + Offset) = Value + Addend; in resolveX86_64Relocation() 234 << format("%p\n", Section.Address + Offset)); in resolveX86_64Relocation() 244 support::ulittle32_t::ref(Section.Address + Offset) = TruncatedAddr; in resolveX86_64Relocation() 246 << format("%p\n", Section.Address + Offset)); in resolveX86_64Relocation() 253 (void *)(Section.ObjAddress + Offset)); in resolveX86_64Relocation() 254 uint64_t FinalAddress = Section.LoadAddress + Offset; in resolveX86_64Relocation() 257 if (Offset < Section.Size) in resolveX86_64Relocation() 261 support::ulittle32_t::ref(Section.Address + Offset) = TruncOffset; in resolveX86_64Relocation() 268 (void *)(Section.ObjAddress + Offset)); in resolveX86_64Relocation() [all …]
|
/external/llvm/lib/Target/XCore/ |
D | XCoreRegisterInfo.cpp | 64 unsigned Reg, unsigned FrameReg, int Offset ) { in InsertFPImmInst() argument 73 .addImm(Offset) in InsertFPImmInst() 80 .addImm(Offset) in InsertFPImmInst() 86 .addImm(Offset); in InsertFPImmInst() 96 int Offset, RegScavenger *RS ) { in InsertFPConstInst() argument 103 TII.loadImmediate(MBB, II, ScratchOffset, Offset); in InsertFPConstInst() 131 unsigned Reg, int Offset) { in InsertSPImmInst() argument 135 bool isU6 = isImmU6(Offset); in InsertSPImmInst() 142 .addImm(Offset) in InsertSPImmInst() 149 .addImm(Offset) in InsertSPImmInst() [all …]
|
/external/llvm/lib/Support/ |
D | MemoryBuffer.cpp | 101 uint64_t Offset, bool RequiresNullTerminator, bool IsVolatileSize); 175 uint64_t Offset) { in getFileSlice() argument 176 return getFileAux(FilePath, -1, MapSize, Offset, false, false); in getFileSlice() 191 static uint64_t getLegalMapOffset(uint64_t Offset) { in getLegalMapOffset() argument 192 return Offset & ~(sys::fs::mapped_file_region::alignment() - 1); in getLegalMapOffset() 195 static uint64_t getLegalMapSize(uint64_t Len, uint64_t Offset) { in getLegalMapSize() argument 196 return Len + (Offset - getLegalMapOffset(Offset)); in getLegalMapSize() 199 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart() argument 200 return MFR.const_data() + (Offset - getLegalMapOffset(Offset)); in getStart() 205 uint64_t Offset, std::error_code &EC) in MemoryBufferMMapFile() argument [all …]
|
/external/icu/icu4c/source/layout/ |
D | ContextualSubstSubtables.h | 42 const Offset *coverageTableOffsetArray, le_uint16 glyphCount, 63 Offset subRuleSetTableOffsetArray[ANY_NUMBER]; 73 Offset subRuleTableOffsetArray[ANY_NUMBER]; 90 Offset classDefTableOffset; 92 Offset subClassSetTableOffsetArray[ANY_NUMBER]; 102 Offset subClassRuleTableOffsetArray[ANY_NUMBER]; 127 Offset coverageTableOffsetArray[ANY_NUMBER]; 142 Offset chainSubRuleSetTableOffsetArray[ANY_NUMBER]; 152 Offset chainSubRuleTableOffsetArray[ANY_NUMBER]; 173 Offset backtrackClassDefTableOffset; [all …]
|
D | GlyphDefinitionTables.h | 34 Offset coverageTableOffset; 36 Offset attachPointTableOffsetArray[ANY_NUMBER]; 49 Offset coverageTableOffset; 51 Offset ligGlyphTableOffsetArray[ANY_NUMBER]; 58 Offset caretValueTableOffsetArray[ANY_NUMBER]; 80 Offset deviceTableOffset; 88 Offset glyphClassDefOffset; 89 Offset attachListOffset; 90 Offset ligCaretListOffset; 91 Offset MarkAttachClassDefOffset;
|