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

12 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUInstrBuilder.h 29 /// reference has base register as the FrameIndex offset until it is resolved.
30 /// This allows a constant offset to be specified as well...
33 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0,
36 return MIB.addImm(Offset).addFrameIndex(FI);
38 return MIB.addFrameIndex(FI).addImm(Offset);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCInstrBuilder.h 29 /// reference has base register as the FrameIndex offset until it is resolved.
30 /// This allows a constant offset to be specified as well...
33 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0,
36 return MIB.addImm(Offset).addFrameIndex(FI);
38 return MIB.addFrameIndex(FI).addImm(Offset);
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.h 26 sptr Offset;
30 DynamicTypeInfo(const char *MDTN, sptr Offset, const char *STN)
31 : MostDerivedTypeName(MDTN), Offset(Offset), SubobjectTypeName(STN) {}
37 /// Get the offset from the most-derived type to this base class.
38 sptr getOffset() const { return Offset; }
39 /// Get the name of the most-derived type at the specified offset.
50 /// at offset 0.
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
GloblNvs.asl 25 // type of implementation. The starting offset and size will be fixed
32 Offset(0), // Miscellaneous Dynamic Registers:
47 Offset(18), // Thermal Policy Registers:
60 Offset(30), // Battery Support Registers:
68 Offset(40), // CPU Identification Registers:
75 Offset(50), // SIO CMOS Configuration Registers:
85 Offset(60), // Internal Graphics Registers:
101 Offset(103), // Backlight Control Registers:
104 Offset(105), // Ambiant Light Sensor Registers:
109 Offset(110), // EMA Registers:
    [all...]
  /external/flatbuffers/tests/FlatBuffers.Test/
FlatBufferBuilderTests.cs 33 var storedOffset = fbb.Offset;
35 var endOffset = fbb.Offset;
43 var storedOffset = fbb.Offset;
45 var endOffset = fbb.Offset;
53 var storedOffset = fbb.Offset;
55 var endOffset = fbb.Offset;
63 var storedOffset = fbb.Offset;
65 var endOffset = fbb.Offset;
73 var storedOffset = fbb.Offset;
75 var endOffset = fbb.Offset;
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 29 typedef uint64_t Offset; // FIXME: use SizeTraits<T>::Offset
37 /// @param pOffset - the offset, can be larger than the fragment, but can not
39 /// @return if the offset is legal, return the fragment reference. Otherwise,
53 FragmentRef& assign(Fragment& pFrag, Offset pOffset = 0);
58 /// @pNBytes - copies pNBytes from the fragment[offset()+pOffset]
59 /// @pOffset - additional offset.
60 /// the start address offset from fragment[offset()]
61 void memcpy(void* pDest, size_t pNBytes, Offset pOffset = 0) const
70 Offset offset() const { return m_Offset; } function in class:mcld::FragmentRef
    [all...]
  /external/llvm/tools/llvm-readobj/
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...]
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/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.cc 26 return data_->ReadFixed(Offset::kVersion);
30 return data_->ReadUShort(Offset::kNumGlyphs);
34 return data_->ReadUShort(Offset::kMaxPoints);
38 return data_->ReadUShort(Offset::kMaxContours);
42 return data_->ReadUShort(Offset::kMaxCompositePoints);
46 return data_->ReadUShort(Offset::kMaxCompositeContours);
50 return data_->ReadUShort(Offset::kMaxZones);
54 return data_->ReadUShort(Offset::kMaxTwilightPoints);
58 return data_->ReadUShort(Offset::kMaxStorage);
62 return data_->ReadUShort(Offset::kMaxFunctionDefs)
    [all...]
horizontal_header_table.cc 26 return data_->ReadFixed(Offset::kVersion);
30 return data_->ReadShort(Offset::kAscender);
34 return data_->ReadShort(Offset::kDescender);
38 return data_->ReadShort(Offset::kLineGap);
42 return data_->ReadUShort(Offset::kAdvanceWidthMax);
46 return data_->ReadShort(Offset::kMinLeftSideBearing);
50 return data_->ReadShort(Offset::kMinRightSideBearing);
54 return data_->ReadShort(Offset::kXMaxExtent);
58 return data_->ReadShort(Offset::kCaretSlopeRise);
62 return data_->ReadShort(Offset::kCaretSlopeRun)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ARMAttributeParser.h 33 uint64_t ParseInteger(const uint8_t *Data, uint32_t &Offset);
34 StringRef ParseString(const uint8_t *Data, uint32_t &Offset);
37 uint32_t &Offset);
39 uint32_t &Offset);
44 uint32_t &Offset);
46 uint32_t &Offset);
48 uint32_t &Offset);
50 uint32_t &Offset);
52 uint32_t &Offset);
54 uint32_t &Offset);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ARMAttributeParser.h 33 uint64_t ParseInteger(const uint8_t *Data, uint32_t &Offset);
34 StringRef ParseString(const uint8_t *Data, uint32_t &Offset);
37 uint32_t &Offset);
39 uint32_t &Offset);
44 uint32_t &Offset);
46 uint32_t &Offset);
48 uint32_t &Offset);
50 uint32_t &Offset);
52 uint32_t &Offset);
54 uint32_t &Offset);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ARMAttributeParser.h 33 uint64_t ParseInteger(const uint8_t *Data, uint32_t &Offset);
34 StringRef ParseString(const uint8_t *Data, uint32_t &Offset);
37 uint32_t &Offset);
39 uint32_t &Offset);
44 uint32_t &Offset);
46 uint32_t &Offset);
48 uint32_t &Offset);
50 uint32_t &Offset);
52 uint32_t &Offset);
54 uint32_t &Offset);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMAttributeParser.h 33 uint64_t ParseInteger(const uint8_t *Data, uint32_t &Offset);
34 StringRef ParseString(const uint8_t *Data, uint32_t &Offset);
37 uint32_t &Offset);
39 uint32_t &Offset);
44 uint32_t &Offset);
46 uint32_t &Offset);
48 uint32_t &Offset);
50 uint32_t &Offset);
52 uint32_t &Offset);
54 uint32_t &Offset);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ARMAttributeParser.h 33 uint64_t ParseInteger(const uint8_t *Data, uint32_t &Offset);
34 StringRef ParseString(const uint8_t *Data, uint32_t &Offset);
37 uint32_t &Offset);
39 uint32_t &Offset);
44 uint32_t &Offset);
46 uint32_t &Offset);
48 uint32_t &Offset);
50 uint32_t &Offset);
52 uint32_t &Offset);
54 uint32_t &Offset);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ARMAttributeParser.h 33 uint64_t ParseInteger(const uint8_t *Data, uint32_t &Offset);
34 StringRef ParseString(const uint8_t *Data, uint32_t &Offset);
37 uint32_t &Offset);
39 uint32_t &Offset);
44 uint32_t &Offset);
46 uint32_t &Offset);
48 uint32_t &Offset);
50 uint32_t &Offset);
52 uint32_t &Offset);
54 uint32_t &Offset);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ARMAttributeParser.h 33 uint64_t ParseInteger(const uint8_t *Data, uint32_t &Offset);
34 StringRef ParseString(const uint8_t *Data, uint32_t &Offset);
37 uint32_t &Offset);
39 uint32_t &Offset);
44 uint32_t &Offset);
46 uint32_t &Offset);
48 uint32_t &Offset);
50 uint32_t &Offset);
52 uint32_t &Offset);
54 uint32_t &Offset);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMAttributeParser.h 33 uint64_t ParseInteger(const uint8_t *Data, uint32_t &Offset);
34 StringRef ParseString(const uint8_t *Data, uint32_t &Offset);
37 uint32_t &Offset);
39 uint32_t &Offset);
44 uint32_t &Offset);
46 uint32_t &Offset);
48 uint32_t &Offset);
50 uint32_t &Offset);
52 uint32_t &Offset);
54 uint32_t &Offset);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.h 85 void reserveStackSlot(int Offset) {
86 assert(Offset >= 0 && Offset < (int)AllocatedStackSlots.size() &&
88 assert(!AllocatedStackSlots.test(Offset) && "already reserved!");
89 assert(NextSlotToAllocate <= (unsigned)Offset && "consistency!");
90 AllocatedStackSlots.set(Offset);
93 bool isStackSlotAllocated(int Offset) {
94 assert(Offset >= 0 && Offset < (int)AllocatedStackSlots.size() &&
96 return AllocatedStackSlots.test(Offset);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MachineLocation.h 11 // from a base address plus an offset. Register indirection can be specified by
12 // using an offset of zero.
31 int Offset; // Displacement if not register.
39 : IsRegister(false), Register(0), Offset(0) {}
41 : IsRegister(true), Register(R), Offset(0) {}
43 : IsRegister(false), Register(R), Offset(O) {}
47 Offset == Other.Offset;
53 int getOffset() const { return Offset; }
56 void setOffset(int O) { Offset = O;
    [all...]
MCFixup.h 58 uint32_t Offset;
65 static MCFixup Create(uint32_t Offset, const MCExpr *Value,
70 FI.Offset = Offset;
77 uint32_t getOffset() const { return Offset; }
78 void setOffset(uint32_t Value) { Offset = Value; }
  /external/llvm/lib/DebugInfo/CodeView/
ByteStream.cpp 18 static Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Src,
24 static Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Src,
28 if (Offset > Src.size() - Dest.size())
31 ::memcpy(Dest.data() + Offset, Src.data(), Src.size());
36 Error ByteStream<Writable>::readBytes(uint32_t Offset, uint32_t Size,
38 if (Offset > Data.size())
40 if (Data.size() < Size + Offset)
42 Buffer = Data.slice(Offset, Size);
48 uint32_t Offset, ArrayRef<uint8_t> &Buffer) const {
49 if (Offset >= Data.size()
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.cc 31 return data_->ReadByte(Offset::kHeight);
35 return data_->ReadByte(Offset::kWidth);
39 return data_->ReadByte(Offset::kHoriBearingX);
43 return data_->ReadByte(Offset::kHoriBearingY);
47 return data_->ReadByte(Offset::kHoriAdvance);
51 return data_->ReadByte(Offset::kVertBearingX);
55 return data_->ReadByte(Offset::kVertBearingY);
59 return data_->ReadByte(Offset::kVertAdvance);
77 return InternalReadData()->ReadByte(Offset::kHeight);
81 InternalWriteData()->WriteByte(Offset::kHeight, height)
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
StreamRef.h 24 StreamRef(const StreamInterface &Stream, uint32_t Offset, uint32_t Length)
25 : Stream(&Stream), ViewOffset(Offset), Length(Length) {}
28 StreamRef(const StreamRef &S, uint32_t Offset, uint32_t Length) = delete;
30 Error readBytes(uint32_t Offset, uint32_t Size,
32 if (ViewOffset + Offset < Offset)
34 if (Size + Offset > Length)
36 return Stream->readBytes(ViewOffset + Offset, Size, Buffer);
39 // Given an offset into the stream, read as much as possible without copying
41 Error readLongestContiguousChunk(uint32_t Offset,
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 19 OS << format("0x%8.8x: ", L.Offset);
24 OS << "Beginning address offset: " << format("0x%016" PRIx64, E.Begin)
26 OS.indent(Indent) << " Ending address offset: "
38 uint32_t Offset = 0;
39 while (data.isValidOffset(Offset+AddressSize-1)) {
42 Loc.Offset = Offset;
47 RelocAddrMap::const_iterator AI = RelocMap.find(Offset);
48 // 1. A beginning address offset. ...
49 E.Begin = data.getUnsigned(&Offset, AddressSize)
    [all...]

Completed in 2118 milliseconds

12 3 4 5 6 7 8 91011>>