Searched refs:Offset (Results 1 - 25 of 443) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A D2010-03-09-AnonAggregate.cpp8 union { struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents; member in struct:MO::__anon4323::__anon4324
/external/icu4c/layout/
H A DGlyphDefinitionTables.h34 Offset coverageTableOffset;
36 Offset attachPointTableOffsetArray[ANY_NUMBER];
47 Offset coverageTableOffset;
49 Offset ligGlyphTableOffsetArray[ANY_NUMBER];
55 Offset caretValueTableOffsetArray[ANY_NUMBER];
76 Offset deviceTableOffset;
84 Offset glyphClassDefOffset;
85 Offset attachListOffset;
86 Offset ligCaretListOffset;
87 Offset MarkAttachClassDefOffse
[all...]
H A DAttachmentPosnSubtables.h25 Offset baseCoverageTableOffset;
27 Offset markArrayOffset;
28 Offset baseArrayOffset;
H A DGlyphLookupTables.h23 Offset scriptListOffset;
24 Offset featureListOffset;
25 Offset lookupListOffset;
H A DCursiveAttachmentSubtables.h26 Offset entryAnchor;
27 Offset exitAnchor;
H A DLigatureSubstSubtables.h26 Offset ligatureTableOffsetArray[ANY_NUMBER];
39 Offset ligSetTableOffsetArray[ANY_NUMBER];
H A DMarkToLigaturePosnSubtables.h32 Offset ligatureAnchorTableOffsetArray[ANY_NUMBER];
44 Offset ligatureAttachTableOffsetArray[ANY_NUMBER];
H A DLookups.cpp21 Offset lookupTableOffset = lookupTableOffsetArray[lookupTableIndex];
32 Offset subtableOffset = subTableOffsetArray[subtableIndex];
37 le_int32 LookupSubtable::getGlyphCoverage(Offset tableOffset, LEGlyphID glyphID) const
H A DLookups.h34 Offset coverageTableOffset;
38 le_int32 getGlyphCoverage(Offset tableOffset, LEGlyphID glyphID) const;
46 Offset subTableOffsetArray[ANY_NUMBER];
54 Offset lookupTableOffsetArray[ANY_NUMBER];
H A DICUFeatures.h23 Offset featureTableOffset;
28 Offset featureParamsOffset;
H A DOpenTypeTables.h21 typedef le_uint16 Offset; typedef
33 Offset offset;
H A DContextualSubstSubtables.h41 const Offset *coverageTableOffsetArray, le_uint16 glyphCount,
62 Offset subRuleSetTableOffsetArray[ANY_NUMBER];
70 Offset subRuleTableOffsetArray[ANY_NUMBER];
85 Offset classDefTableOffset;
87 Offset subClassSetTableOffsetArray[ANY_NUMBER];
95 Offset subClassRuleTableOffsetArray[ANY_NUMBER];
116 Offset coverageTableOffsetArray[ANY_NUMBER];
130 Offset chainSubRuleSetTableOffsetArray[ANY_NUMBER];
138 Offset chainSubRuleTableOffsetArray[ANY_NUMBER];
157 Offset backtrackClassDefTableOffse
[all...]
H A DPairPositioningSubtables.h49 Offset pairSetTableOffsetArray[ANY_NUMBER];
72 Offset classDef1Offset;
73 Offset classDef2Offset;
/external/clang/include/clang/Basic/
H A DAddressSpaces.h28 Offset = 0xFFFF00, enumerator in enum:clang::LangAS::ID
30 opencl_global = Offset,
39 Count = Last-Offset
H A DSourceManagerInternals.h68 inline bool operator<(const LineEntry &E, unsigned Offset) { argument
69 return E.FileOffset < Offset;
72 inline bool operator<(unsigned Offset, const LineEntry &E) { argument
73 return Offset < E.FileOffset;
109 void AddLineNote(FileID FID, unsigned Offset,
111 void AddLineNote(FileID FID, unsigned Offset,
118 /// If there is no line entry before \p Offset in \p FID, returns null.
119 const LineEntry *FindNearestLineEntry(FileID FID, unsigned Offset);
/external/llvm/lib/Target/CellSPU/
H A DSPUInstrBuilder.h33 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0,
36 return MIB.addImm(Offset).addFrameIndex(FI);
38 return MIB.addFrameIndex(FI).addImm(Offset);
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrBuilder.h33 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0,
36 return MIB.addImm(Offset).addFrameIndex(FI);
38 return MIB.addFrameIndex(FI).addImm(Offset);
/external/llvm/include/llvm/MC/
H A DMachineLocation.h31 int Offset; // Displacement if not register. member in class:llvm::MachineLocation
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; }
60 Offset = 0;
65 Offset
[all...]
H A DMCWin64EH.h33 unsigned Offset; member in class:llvm::MCWin64EHInstruction
37 : Operation(Op), Label(L), Offset(0), Register(Reg) {
42 Label(L), Offset(Size) { }
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) {
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
57 unsigned getOffset() const { return Offset; }
58 unsigned getSize() const { return Offset; }
60 bool isPushCodeFrame() const { return Offset == 1; }
H A DMCFixup.h68 uint32_t Offset; member in class:llvm::MCFixup
77 static MCFixup Create(uint32_t Offset, const MCExpr *Value, argument
82 FI.Offset = Offset;
90 uint32_t getOffset() const { return Offset; }
91 void setOffset(uint32_t Value) { Offset = Value; }
/external/clang/lib/Rewrite/Core/
H A DRewriteRope.cpp106 RopePieceBTreeNode *split(unsigned Offset);
114 RopePieceBTreeNode *insert(unsigned Offset, const RopePiece &R);
117 /// guaranteed that there is a split at Offset.
118 void erase(unsigned Offset, unsigned NumBytes);
209 RopePieceBTreeNode *split(unsigned Offset);
217 RopePieceBTreeNode *insert(unsigned Offset, const RopePiece &R);
221 /// guaranteed that there is a split at Offset.
222 void erase(unsigned Offset, unsigned NumBytes);
237 RopePieceBTreeNode *RopePieceBTreeLeaf::split(unsigned Offset) {
240 if (Offset
[all...]
/external/elfutils/tests/
H A Drun-show-die-info.sh36 Offset : 11
46 Offset : 104
53 Offset : 127
60 Offset : 146
70 Offset : 239
77 Offset : 262
84 Offset : 281
94 Offset : 374
101 Offset : 402
106 Offset
[all...]
/external/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.cpp95 int64_t Offset; local
98 Offset = SPOffset;
100 Offset = SPOffset + (int64_t)StackSize;
102 Offset += MI.getOperand(OpNo + 1).getImm();
104 DEBUG(errs() << "Offset : " << Offset << "\n" << "<--------->\n");
107 MI.getOperand(OpNo + 1).ChangeToImmediate(Offset);
H A DMipsSERegisterInfo.cpp107 int64_t Offset; local
110 Offset = SPOffset;
112 Offset = SPOffset + (int64_t)StackSize;
114 Offset += MI.getOperand(OpNo + 1).getImm();
116 DEBUG(errs() << "Offset : " << Offset << "\n" << "<--------->\n");
118 // If MI is not a debug value, make sure Offset fits in the 16-bit immediate
120 if (!MI.isDebugValue() && !isInt<16>(Offset)) {
128 unsigned Reg = TII.loadImmediate(Offset, MBB, II, DL, &NewImm);
132 Offset
[all...]
/external/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h92 const char &operator[](unsigned Offset) const {
93 return StrData->Data[Offset+StartOffs];
95 char &operator[](unsigned Offset) { argument
96 return StrData->Data[Offset+StartOffs];
170 void insert(unsigned Offset, const RopePiece &R);
172 void erase(unsigned Offset, unsigned NumBytes);
219 void insert(unsigned Offset, const char *Start, const char *End) { argument
220 assert(Offset <= size() && "Invalid position to insert!");
222 Chunks.insert(Offset, MakeRopeString(Start, End));
225 void erase(unsigned Offset, unsigne argument
[all...]

Completed in 276 milliseconds

1234567891011>>