HomeSort by relevance Sort by last modified time
    Searched refs:Offset (Results 201 - 225 of 3668) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.cc 26 return data_->ReadUShort(Offset::kVersion);
30 return data_->ReadShort(Offset::kNumRecords);
34 return data_->ReadLong(Offset::kSizeDeviceRecord);
44 return data_->ReadUByte(Offset::kRecords + record_index * RecordSize() +
45 Offset::kDeviceRecordPixelSize);
55 return data_->ReadUByte(Offset::kRecords + record_index * RecordSize() +
56 Offset::kDeviceRecordMaxWidth);
68 return data_->ReadUByte(Offset::kRecords + record_index * RecordSize() +
69 Offset::kDeviceRecordWidths + glyph_num);
horizontal_metrics_table.cc 41 int32_t offset = Offset::kHMetricsStart + (entry * Offset::kHMetricsSize) + local
42 Offset::kHMetricsAdvanceWidth;
43 return data_->ReadUShort(offset);
53 int32_t offset = Offset::kHMetricsStart + (entry * Offset::kHMetricsSize) + local
54 Offset::kHMetricsLeftSideBearing;
55 return data_->ReadShort(offset);
65 int32_t offset = Offset::kHMetricsStart + (entry * Offset::kHMetricsSize) + local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Fd.py 56 Offset = 0x00
58 Offset = Offset + item[0] * item[1]
59 if Offset != self.Size:
75 if RegionObj.Offset + RegionObj.Size <= PreviousRegionStart:
77 elif RegionObj.Offset <= PreviousRegionStart or (RegionObj.Offset >=PreviousRegionStart and RegionObj.Offset < PreviousRegionStart + PreviousRegionSize):
79 elif RegionObj.Offset > PreviousRegionStart + PreviousRegionSize:
80 GenFdsGlobalVariable.InfLogger('Padding region starting from offset 0x%X, with size 0x%X' %(PreviousRegionStart + PreviousRegionSize, RegionObj.Offset - (PreviousRegi (…)
    [all...]
  /external/clang/include/clang/Tooling/
ReplacementsYaml.h 36 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
39 : FilePath(R.getFilePath()), Offset(R.getOffset()),
43 return clang::tooling::Replacement(FilePath, Offset, Length,
48 unsigned int Offset;
57 Io.mapRequired("Offset", Keys->Offset);
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
MappedBlockStream.h 32 Error readBytes(uint32_t Offset, uint32_t Size,
34 Error readLongestContiguousChunk(uint32_t Offset,
36 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) const override;
53 Error readBytes(uint32_t Offset, MutableArrayRef<uint8_t> Buffer) const;
54 bool tryReadContiguously(uint32_t Offset, uint32_t Size,
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 50 int Offset = 0;
57 Offset = CE->getValue();
66 if (Offset) {
67 if (Offset > 0)
69 OS << Offset;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsMCSymbolRefExpr.cpp 19 int Offset, MCContext &Ctx) {
20 return new (Ctx) MipsMCSymbolRefExpr(Kind, Symbol, Offset);
45 if (Offset) {
46 if (Offset > 0)
48 OS << Offset;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
47 unsigned int Offset;
56 Io.mapRequired("Offset", Keys->Offset);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 33 uint64_t Offset; // Where is the relocation.
39 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
46 Out << "Off=" << Offset << ", Sym=" << Symbol << ", Addend=" << Addend
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
47 unsigned int Offset;
56 Io.mapRequired("Offset", Keys->Offset);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 33 uint64_t Offset; // Where is the relocation.
39 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
46 Out << "Off=" << Offset << ", Sym=" << Symbol << ", Addend=" << Addend
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
47 unsigned int Offset;
56 Io.mapRequired("Offset", Keys->Offset);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 33 uint64_t Offset; // Where is the relocation.
39 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
46 Out << "Off=" << Offset << ", Sym=" << Symbol << ", Addend=" << Addend
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
47 unsigned int Offset;
56 Io.mapRequired("Offset", Keys->Offset);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 33 uint64_t Offset; // Where is the relocation.
39 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
46 Out << "Off=" << Offset << ", Sym=" << Symbol << ", Addend=" << Addend
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
47 unsigned int Offset;
56 Io.mapRequired("Offset", Keys->Offset);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 33 uint64_t Offset; // Where is the relocation.
39 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
46 Out << "Off=" << Offset << ", Sym=" << Symbol << ", Addend=" << Addend
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
47 unsigned int Offset;
56 Io.mapRequired("Offset", Keys->Offset);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 33 uint64_t Offset; // Where is the relocation.
39 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
46 Out << "Off=" << Offset << ", Sym=" << Symbol << ", Addend=" << Addend
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
47 unsigned int Offset;
56 Io.mapRequired("Offset", Keys->Offset);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 33 uint64_t Offset; // Where is the relocation.
39 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
46 Out << "Off=" << Offset << ", Sym=" << Symbol << ", Addend=" << Addend
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
47 unsigned int Offset;
56 Io.mapRequired("Offset", Keys->Offset);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 33 uint64_t Offset; // Where is the relocation.
39 WasmRelocationEntry(uint64_t Offset, const MCSymbolWasm *Symbol,
42 : Offset(Offset), Symbol(Symbol), Addend(Addend), Type(Type),
46 Out << "Off=" << Offset << ", Sym=" << Symbol << ", Addend=" << Addend
  /external/flatbuffers/tests/union_vector/
union_vector_generated.h 59 bool VerifyCharacterVector(flatbuffers::Verifier &verifier, const flatbuffers::Vector<flatbuffers::Offset<void>> *values, const flatbuffers::Vector<uint8_t> *types);
86 flatbuffers::Offset<MuLan> Finish() {
88 auto o = flatbuffers::Offset<MuLan>(end);
93 inline flatbuffers::Offset<MuLan> CreateMuLan(
126 flatbuffers::Offset<Rapunzel> Finish() {
128 auto o = flatbuffers::Offset<Rapunzel>(end);
133 inline flatbuffers::Offset<Rapunzel> CreateRapunzel(
166 flatbuffers::Offset<Belle> Finish() {
168 auto o = flatbuffers::Offset<Belle>(end);
173 inline flatbuffers::Offset<Belle> CreateBelle
    [all...]
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 52 int64_t LocalOffset; // Local offset of the frame idx referenced
55 FrameRef(MachineBasicBlock::iterator I, int64_t Offset, int Idx) :
56 MI(I), LocalOffset(Offset), FrameIdx(Idx) {}
70 void AdjustStackOffset(MachineFrameInfo *MFI, int FrameIdx, int64_t &Offset,
75 int64_t &Offset, unsigned &MaxAlign);
133 /// AdjustStackOffset - Helper function used to adjust the stack frame offset.
135 int FrameIdx, int64_t &Offset,
140 Offset += MFI->getObjectSize(FrameIdx);
149 Offset = (Offset + Align - 1) / Align * Align
    [all...]

Completed in 964 milliseconds

1 2 3 4 5 6 7 891011>>