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

1 2

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_loca.h 23 union Offsets {
26 } offsets; member in struct:SkOTTableIndexToLocation
  /external/skia/src/sfnt/
SkOTTable_loca.h 23 union Offsets {
26 } offsets; member in struct:SkOTTableIndexToLocation
  /external/clang/tools/clang-format/
ClangFormat.cpp 40 Offsets("offset",
174 if (!Offsets.empty() || !Lengths.empty()) {
198 if (Offsets.empty())
199 Offsets.push_back(0);
200 if (Offsets.size() != Lengths.size() &&
201 !(Offsets.size() == 1 && Lengths.empty())) {
206 for (unsigned i = 0, e = Offsets.size(); i != e; ++i) {
207 if (Offsets[i] >= Code->getBufferSize()) {
208 llvm::errs() << "error: offset " << Offsets[i]
213 Sources.getLocForStartOfFile(ID).getLocWithOffset(Offsets[i])
    [all...]
  /external/llvm/tools/lli/
lli.cpp 217 SmallVector<std::pair<const void*, uint64_t>, 16> Offsets;
229 Offsets.push_back(std::pair<const void*,uint64_t>(I->first.base(), CurOffset));
235 unsigned FirstDataIndex = Offsets.size();
246 Offsets.push_back(std::pair<const void*,uint64_t>(I->first.base(), CurOffset));
257 for (unsigned i = 0, e = Offsets.size(); i != e; ++i) {
258 uint64_t Addr = RemoteAddr + Offsets[i].second;
259 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first), Addr);
261 DEBUG(dbgs() << " Mapping local: " << Offsets[i].first
270 for (unsigned i = 0, e = Offsets.size(); i != e; ++i) {
271 uint64_t Addr = RemoteAddr + Offsets[i].second
    [all...]
  /external/llvm/include/llvm/CodeGen/
Analysis.h 52 /// If Offsets is non-null, it points to a vector to be filled in
53 /// with the in-memory offsets of each of the individual values.
57 SmallVectorImpl<uint64_t> *Offsets = 0,
  /external/llvm/lib/Target/R600/MCTargetDesc/
R600MCCodeEmitter.cpp 118 int64_t Offsets[3] = {
127 SrcSelect[ELEMENT_W] << 29 | Offsets[0] << 0 | Offsets[1] << 5 |
128 Offsets[2] << 10;
  /external/clang/lib/CodeGen/
MicrosoftVBTables.cpp 201 SmallVector<llvm::Constant *, 4> Offsets;
205 Offsets.push_back(
217 Offsets.push_back(llvm::ConstantInt::get(CGM.IntTy, Offset.getQuantity()));
220 assert(Offsets.size() ==
224 llvm::ArrayType::get(CGM.IntTy, Offsets.size());
225 llvm::Constant *Init = llvm::ConstantArray::get(VBTableType, Offsets);
  /external/llvm/lib/Support/
IntervalMap.cpp 19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) {
21 path.front() = Entry(Root, Size, Offsets.first);
22 path.insert(path.begin() + 1, Entry(subtree(0), Offsets.second));
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 142 // With the SVR4 ABI, callee-saved registers have fixed offsets on the stack.
162 // Note that the offsets here overlap, but this is fixed up in
165 static const SpillSlot Offsets[] = {
166 // Floating-point register save area offsets.
186 // General register save area offsets.
231 // Floating-point register save area offsets.
251 // General register save area offsets.
294 NumEntries = array_lengthof(Offsets);
296 return Offsets;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 203 /// This function finds loads of the same base and different offsets. If the
204 /// offsets are not far apart (target specific), it add MVT::Glue inputs and
216 // the same base pointer and different offsets.
218 SmallVector<int64_t, 4> Offsets;
234 Offsets.push_back(Offset1);
236 Offsets.push_back(Offset2);
246 std::sort(Offsets.begin(), Offsets.end());
251 int64_t BaseOff = Offsets[0];
254 for (unsigned i = 1, e = Offsets.size(); i != e; ++i)
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 71 /// If Offsets is non-null, it points to a vector to be filled in
72 /// with the in-memory offsets of each of the individual values.
76 SmallVectorImpl<uint64_t> *Offsets,
85 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
94 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
103 if (Offsets)
104 Offsets->push_back(StartingOffset);
  /external/llvm/lib/Object/
Archive.cpp 335 const char *Offsets = Buf + 4;
338 Offset = *(reinterpret_cast<const support::ubig32_t*>(Offsets)
345 // Skip offsets.
368 Offset = *(reinterpret_cast<const support::ulittle32_t*>(Offsets)
402 buf += 4 + (member_count * 4); // Skip offsets.
423 buf += 4 + (member_count * 4); // Skip offsets.
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 829 const SmallVectorImpl<int64_t> &Offsets,
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 104 /// as a record decl and a subobject number) and its offsets in the most
111 /// ComputeBaseOffsets - Compute the offsets for all base subobjects of the
158 // Compute base offsets.
245 // even change the base offsets in ASTRecordLayout to be specified in
433 /// VCallOffsetMap - Keeps track of vcall offsets when building a vtable.
438 /// Offsets - Keeps track of methods and their offsets.
440 SmallVector<MethodAndOffsetPairTy, 16> Offsets;
458 bool empty() const { return Offsets.empty(); }
507 for (unsigned I = 0, E = Offsets.size(); I != E; ++I)
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 75 // Offsets inside the EXIF block are based after this bit of
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 78 SmallVectorImpl<uint64_t> *Offsets = 0,
90 if (Offsets)
91 Offsets->push_back(Off+j*VT.getVectorElementType().getStoreSize());
95 if (Offsets)
96 Offsets->push_back(Off);
1453 SmallVector<uint64_t, 16> offsets; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/weborigin/
KURLTest.cpp 566 TEST(KURLTest, Offsets)
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
exif_parser.js 168 // Offsets inside the EXIF block are based after the magic string.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 77 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
88 ;;; Offsets for fields in the deflate_state structure. These numbers
95 ; all the +zlib1222add offsets are due to the addition of fields
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 114 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
125 ;;; Offsets for fields in the deflate_state structure. These numbers
132 ; all the +zlib1222add offsets are due to the addition of fields
  /external/zlib/src/contrib/masmx86/
match686.asm 74 ; all the +zlib1222add offsets are due to the addition of fields
118 ;;; stack frame offsets
140 ;;; Offsets for fields in the deflate_state structure. These numbers
  /external/clang/include/clang/Serialization/
ASTReader.h 319 /// \brief A map of global bit offsets to the module that stores entities
320 /// at those bit offsets.
329 /// SourceLocation offsets to the modules containing them.
424 const std::pair<uint64_t, uint64_t> &Offsets,
    [all...]

Completed in 1012 milliseconds

1 2