HomeSort by relevance Sort by last modified time
    Searched refs:Offsets (Results 1 - 25 of 31) 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 38 Offsets("offset",
128 if (!Offsets.empty() || !Lengths.empty()) {
152 if (Offsets.empty())
153 Offsets.push_back(0);
154 if (Offsets.size() != Lengths.size() &&
155 !(Offsets.size() == 1 && Lengths.empty())) {
160 for (unsigned i = 0, e = Offsets.size(); i != e; ++i) {
161 if (Offsets[i] >= Code->getBufferSize()) {
162 llvm::errs() << "error: offset " << Offsets[i]
167 Sources.getLocForStartOfFile(ID).getLocWithOffset(Offsets[i])
    [all...]
  /external/llvm/tools/lli/
RemoteMemoryManager.cpp 94 SmallVector<std::pair<Allocation, uint64_t>, 16> Offsets;
109 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffset));
126 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffset));
138 for (unsigned i = 0, e = Offsets.size(); i != e; ++i) {
139 uint64_t Addr = RemoteAddr + Offsets[i].second;
140 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first.MB.base()), Addr);
142 DEBUG(dbgs() << " Mapping local: " << Offsets[i].first.MB.base()
145 MappedSections[Addr] = Offsets[i].first;
  /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));
  /art/runtime/
handle_scope_test.cc 38 // Test the offsets computed for members of HandleScope. Because of cross-compiling
41 TEST(HandleScopeTest, Offsets) NO_THREAD_SAFETY_ANALYSIS {
43 // here. So do the inverse: set some data, and access it through pointers created from the offsets.
  /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 = nullptr,
  /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/llvm/lib/Object/
Archive.cpp 336 const char *Offsets = Buf + 4;
339 Offset = *(reinterpret_cast<const support::ubig32_t*>(Offsets)
343 // Offsets (the first uint32_t is the number of bytes of the ranlib
348 Offset = *(reinterpret_cast<const support::ulittle32_t *>(Offsets) +
353 // Skip offsets.
376 Offset = *(reinterpret_cast<const support::ulittle32_t*>(Offsets)
458 buf += 4 + (member_count * 4); // Skip offsets.
480 buf += 4 + (member_count * 4); // Skip offsets.
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 204 /// This function finds loads of the same base and different offsets. If the
205 /// offsets are not far apart (target specific), it add MVT::Glue inputs and
217 // the same base pointer and different offsets.
219 SmallVector<int64_t, 4> Offsets;
238 Offsets.push_back(Offset1);
240 Offsets.push_back(Offset2);
252 std::sort(Offsets.begin(), Offsets.end());
257 int64_t BaseOff = Offsets[0];
260 for (unsigned i = 1, e = Offsets.size(); i != e; ++i)
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 72 /// If Offsets is non-null, it points to a vector to be filled in
73 /// with the in-memory offsets of each of the individual values.
77 SmallVectorImpl<uint64_t> *Offsets,
86 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
95 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
104 if (Offsets)
105 Offsets->push_back(StartingOffset);
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmstypes.c 164 // A table of n elements is readed, where first comes n records containing offsets and sizes and
177 // Let's take the offsets to each element
233 // Keep starting position of curve offsets
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 79 SmallVectorImpl<uint64_t> *Offsets = nullptr,
91 if (Offsets)
92 Offsets->push_back(Off+j*VT.getVectorElementType().getStoreSize());
96 if (Offsets)
97 Offsets->push_back(Off);
700 SmallVector<uint64_t, 16> Offsets;
701 ComputePTXValueVTs(*this, Ty, vtparts, &Offsets, 0);
715 unsigned ArgAlign = GreatestCommonDivisor64(align, Offsets[j]);
725 DAG.getConstant(Offsets[j], MVT::i32),
1718 SmallVector<uint64_t, 16> offsets; local
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 847 /// additional base registers and/or unfolded offsets to derive an
898 const SmallVectorImpl<int64_t> &Offsets,
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 50 ArrayRef<Token> Toks, ArrayRef<unsigned> Offsets)
52 AsmTokOffsets(Offsets) {
  /external/chromium_org/net/base/
net_util_icu.cc 36 typedef std::vector<size_t> Offsets;
451 // Revise |adjustments| by shifting to the offsets to prefix that the above
548 // Shift all the adjustments made for this component so the offsets are
793 // Because offsets in the |adjustments| are already calculated with respect
794 // to the string with the http:// prefix in it, those offsets remain correct
820 Offsets offsets; local
822 offsets.push_back(*offset_for_adjustment)
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 110 /// as a record decl and a subobject number) and its offsets in the most
117 /// ComputeBaseOffsets - Compute the offsets for all base subobjects of the
164 // Compute base offsets.
252 // even change the base offsets in ASTRecordLayout to be specified in
441 /// VCallOffsetMap - Keeps track of vcall offsets when building a vtable.
446 /// Offsets - Keeps track of methods and their offsets.
448 SmallVector<MethodAndOffsetPairTy, 16> Offsets;
466 bool empty() const { return Offsets.empty(); }
515 for (unsigned I = 0, E = Offsets.size(); I != E; ++I)
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 44 // With the SVR4 ABI, callee-saved registers have fixed offsets on the stack.
64 // Note that the offsets here overlap, but this is fixed up in
67 static const SpillSlot Offsets[] = {
68 // Floating-point register save area offsets.
88 // General register save area offsets.
132 // Floating-point register save area offsets.
152 // General register save area offsets.
194 NumEntries = array_lengthof(Offsets);
196 return Offsets;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURLTest.cpp 579 TEST(KURLTest, Offsets)
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /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/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
exif_parser.js 168 // Offsets inside the EXIF block are based after the magic string.
  /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

Completed in 1910 milliseconds

1 2