HomeSort by relevance Sort by last modified time
    Searched refs:Offset (Results 1 - 25 of 903) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Basic/
AddressSpaces.h 25 /// This uses a high starting offset so as not to conflict with any address
28 Offset = 0xFFFF00,
30 opencl_global = Offset,
39 Count = Last-Offset
  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 8 union { struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents;
  /art/runtime/
offsets.h 26 class Offset {
28 explicit Offset(size_t val) : val_(val) {}
42 std::ostream& operator<<(std::ostream& os, const Offset& offs);
45 class FrameOffset : public Offset {
47 explicit FrameOffset(size_t val) : Offset(val) {}
54 class ThreadOffset : public Offset {
56 explicit ThreadOffset(size_t val) : Offset(val) {}
60 class MemberOffset : public Offset {
62 explicit MemberOffset(size_t val) : Offset(val) {}
offsets.cc 23 std::ostream& operator<<(std::ostream& os, const Offset& offs) {
  /external/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/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
texture_builtins.py 8 Offset = 2
83 if variant & Offset:
84 print "\n (declare (const_in) " + vec_type("i", sampler_dim) + " offset)",
97 if variant & Offset:
98 print "(var_ref 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)
    [all...]
  /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.
47 /// at offset 0.
  /external/mesa3d/src/glsl/builtins/tools/
texture_builtins.py 8 Offset = 2
83 if variant & Offset:
84 print "\n (declare (const_in) " + vec_type("i", sampler_dim) + " offset)",
97 if variant & Offset:
98 print "(var_ref 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)
    [all...]
  /external/chromium_org/third_party/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...]
font_header_table.cc 26 return data_->ReadFixed(Offset::kTableVersion);
30 return data_->ReadFixed(Offset::kFontRevision);
34 return data_->ReadULong(Offset::kCheckSumAdjustment);
38 return data_->ReadULong(Offset::kMagicNumber);
42 return data_->ReadUShort(Offset::kFlags);
46 return data_->ReadUShort(Offset::kUnitsPerEm);
50 return data_->ReadDateTimeAsLong(Offset::kCreated);
54 return data_->ReadDateTimeAsLong(Offset::kModified);
58 return data_->ReadUShort(Offset::kXMin);
62 return data_->ReadUShort(Offset::kYMin)
    [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 36 bool opcode_0xxxxxxx(const support::ulittle8_t *Opcodes, unsigned &Offset,
38 bool opcode_10Lxxxxx(const support::ulittle8_t *Opcodes, unsigned &Offset,
40 bool opcode_1100xxxx(const support::ulittle8_t *Opcodes, unsigned &Offset,
42 bool opcode_11010Lxx(const support::ulittle8_t *Opcodes, unsigned &Offset,
44 bool opcode_11011Lxx(const support::ulittle8_t *Opcodes, unsigned &Offset,
46 bool opcode_11100xxx(const support::ulittle8_t *Opcodes, unsigned &Offset,
48 bool opcode_111010xx(const support::ulittle8_t *Opcodes, unsigned &Offset,
50 bool opcode_1110110L(const support::ulittle8_t *Opcodes, unsigned &Offset,
52 bool opcode_11101110(const support::ulittle8_t *Opcodes, unsigned &Offset,
54 bool opcode_11101111(const support::ulittle8_t *Opcodes, unsigned &Offset,
    [all...]
ARMWinEHPrinter.cpp 97 uint64_t Offset = 0) {
104 if (Offset)
105 OS << format("+0x%X (0x%" PRIX64 ")", Offset, Address);
225 uint64_t Offset) {
230 if (RelocationOffset == Offset)
236 bool Decoder::opcode_0xxxxxxx(const ulittle8_t *OC, unsigned &Offset,
238 uint8_t Imm = OC[Offset] & 0x7f;
240 OC[Offset],
243 ++Offset;
247 bool Decoder::opcode_10Lxxxxx(const ulittle8_t *OC, unsigned &Offset,
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer.h 24 typedef unsigned int Offset;
29 // base_offset: The offset of the start of the buffer.
33 RingBuffer(unsigned int alignment, Offset base_offset,
67 // Gets a pointer to a memory block given the base memory and the offset.
68 void* GetPointer(RingBuffer::Offset offset) const {
69 return static_cast<int8*>(base_) + offset;
72 // Gets the offset to a memory block given the base memory and the address.
73 RingBuffer::Offset GetOffset(void* pointer) const {
91 Block(Offset _offset, unsigned int _size, State _state
97 Offset offset; member in struct:gpu::RingBuffer::Block
    [all...]
  /external/icu/icu4c/source/layout/
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
    [all...]
AttachmentPosnSubtables.h 25 Offset baseCoverageTableOffset;
27 Offset markArrayOffset;
28 Offset baseArrayOffset;
GlyphLookupTables.h 23 Offset scriptListOffset;
24 Offset featureListOffset;
25 Offset lookupListOffset;
  /external/llvm/include/llvm/MC/
MachineLocation.h 11 // from a base address plus an offset. Register indirection can be specified by
12 // explicitly passing an offset to the constructor.
29 int Offset; // Displacement if not register.
37 : IsRegister(false), Register(0), Offset(0) {}
40 : IsRegister(true), Register(R), Offset(0) {}
41 /// Create a register-indirect location with an offset.
43 : IsRegister(false), Register(R), Offset(O) {}
47 Offset == Other.Offset;
55 int getOffset() const { return Offset; }
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 40 // all stack references are done thought a positive offset
46 // Offset
59 // Offset - offset from sp after stack allocation on function prologue
106 int64_t Offset = 0;
110 Offset = std::max(Offset, -MFI->getObjectOffset(I));
115 Offset = RoundUpToAlignment(Offset + Size, Size);
126 Offset = RoundUpToAlignment(Offset + MFI->getObjectSize(I), MaxAlign)
    [all...]
  /external/chromium_org/third_party/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...]
small_glyph_metrics.cc 31 return data_->ReadByte(Offset::kHeight);
35 return data_->ReadByte(Offset::kWidth);
39 return data_->ReadByte(Offset::kBearingX);
43 return data_->ReadByte(Offset::kBearingY);
47 return data_->ReadByte(Offset::kAdvance);
65 return InternalReadData()->ReadByte(Offset::kHeight);
69 InternalWriteData()->WriteByte(Offset::kHeight, height);
73 return InternalReadData()->ReadByte(Offset::kWidth);
77 InternalWriteData()->WriteByte(Offset::kWidth, width);
81 return InternalReadData()->ReadByte(Offset::kBearingX)
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugLoc.cpp 20 OS << format("0x%8.8x: ", L.Offset);
25 OS << "Beginning address offset: " << format("0x%016" PRIx64, E.Begin)
27 OS.indent(Indent) << " Ending address offset: "
39 uint32_t Offset = 0;
40 while (data.isValidOffset(Offset+AddressSize-1)) {
43 Loc.Offset = Offset;
48 RelocAddrMap::const_iterator AI = RelocMap.find(Offset);
49 // 1. A beginning address offset. ...
50 E.Begin = data.getUnsigned(&Offset, AddressSize)
    [all...]
DWARFDebugFrame.cpp 29 FrameEntry(FrameKind K, uint64_t Offset, uint64_t Length)
30 : Kind(K), Offset(Offset), Length(Length) {}
36 virtual uint64_t getOffset() const { return Offset; }
39 /// starting at *Offset and ending at EndOffset. If everything
40 /// goes well, *Offset should be equal to EndOffset when this method
42 virtual void parseInstructions(DataExtractor Data, uint32_t *Offset,
54 /// \brief Offset of this entry in the section.
55 uint64_t Offset;
97 void FrameEntry::parseInstructions(DataExtractor Data, uint32_t *Offset,
    [all...]
  /external/clang/include/clang/Tooling/
Refactoring.h 38 Range() : Offset(0), Length(0) {}
39 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {}
43 unsigned getOffset() const { return Offset; }
51 return Offset + Length > RHS.Offset && Offset < RHS.Offset + RHS.Length;
56 return RHS.Offset >= Offset &
    [all...]

Completed in 533 milliseconds

1 2 3 4 5 6 7 8 91011>>