HomeSort by relevance Sort by last modified time
    Searched refs:Offset (Results 226 - 250 of 439) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc 106 // Adjust the position and size of the bounding box by the find bar offset
172 bv_bounds.Offset(0, toolbar_->y());
394 // Apply source's parent future offset to it.
395 reserved_rect.Offset(-future_parent_offset.x(), -future_parent_offset.y());
399 reserved_rect.Offset(-future_source_bounds.x(), -future_source_bounds.y());
433 sidebar_split_offset.Offset(sidebar_split_bounds.x(),
  /external/clang/include/clang/AST/
Mangle.h 111 virtual void mangleCXXCtorVTable(const CXXRecordDecl *RD, int64_t Offset,
  /external/icu4c/layout/
MarkToBasePosnSubtables.cpp 65 Offset anchorTableOffset = SWAPW(baseRecord->baseAnchorTableOffsetArray[markClass]);
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 72 void dumpPassStructure(unsigned Offset) {
73 errs().indent(Offset*2) << "Call Graph SCC Pass Manager\n";
76 P->dumpPassStructure(Offset + 1);
77 dumpLastUses(P, Offset+1);
  /external/llvm/lib/Analysis/
ValueTracking.cpp 563 // Handle struct member offset arithmetic.
567 uint64_t Offset = SL->getElementOffset(Idx);
569 CountTrailingZeros_64(Offset));
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugAbbrev.cpp 18 Offset = beginOffset;
64 uint32_t offset = 0; local
66 while (data.isValidOffset(offset)) {
67 uint32_t initial_cu_offset = offset;
70 if (abbrevDeclSet.extract(data, &offset))
86 OS << format("Abbrev table for offset: 0x%8.8x\n", pos->first);
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 134 uint64_t Offset,
  /external/pcre/
pcre_scanner.cc 123 int Scanner::Offset() const {
  /external/clang/include/clang/Serialization/
ASTReader.h 267 /// type resides along with the offset that should be added to the
347 /// identifier resides along with the offset that should be added to the
362 /// selector resides along with the offset that should be added to the
367 /// have not yet been deserialized to the global offset where the macro
375 /// which the preprocessed entity resides along with the offset that should be
673 : F(M), Offset(O) {}
675 uint64_t Offset;
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 192 // offset calculation, but all the predecessors will have to materialize the
274 // If this load is a load from a GEP with a constant offset from an alloca,
276 // load [constant stack offset]. Sinking it will cause us to have to
622 // of PHIs, along with their offset. These are the things we want to rewrite.
688 // extracted out of it. First, sort the users by their offset and size.
707 unsigned Offset = PHIUsers[UserI].Shift;
714 if ((EltPHI = ExtractedVals[LoweredPHIRecord(PN, Offset, Ty)]) == 0) {
718 PN->getName()+".off"+Twine(Offset), PN);
743 if (Value *Res = ExtractedVals[LoweredPHIRecord(InPHI, Offset, Ty)]) {
753 if (Offset)
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 108 CharUnits Offset;
111 CharUnits getLValueOffset() { return Offset; }
114 v = APValue(Base, Offset);
119 Offset = v.getLValueOffset();
158 // evaluatable, and they are false unless the offset is zero.
160 Result = !Value.Offset.isZero();
478 Result.Offset = CharUnits::Zero();
576 Result.Offset += Info.Ctx.toCharUnitsFromBits(RL.getFieldOffset(i));
589 Result.Offset += Index.getSExtValue() * ElementSize;
608 Result.Offset = CharUnits::Zero()
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 222 /// addRegisterOffset - Add register offset.
224 int64_t Offset) {
229 // If variable offset is based in frame register then use fbreg.
237 addSInt(TheDie, 0, dwarf::DW_FORM_sdata, Offset);
269 // DW_OP_breg + Offset instead of DW_OP_reg + Offset.
327 1). Add the offset of the forwarding field.
332 3). Add the offset for the field VarName, to find the actual variable.
421 // Next add the offset for the '__forwarding' field:
423 // adding the offset if it's 0
    [all...]
  /external/llvm/lib/VMCore/
PassManager.cpp 194 void dumpPassStructure(unsigned Offset) {
195 llvm::dbgs().indent(Offset*2) << "BasicBlockPass Manager\n";
198 BP->dumpPassStructure(Offset + 1);
199 dumpLastUses(BP, Offset+1);
350 void dumpPassStructure(unsigned Offset) {
351 llvm::dbgs().indent(Offset*2) << "ModulePass Manager\n";
354 MP->dumpPassStructure(Offset + 1);
358 I->second->dumpPassStructure(Offset + 2);
359 dumpLastUses(MP, Offset+1);
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 756 << ") << " << OI->Offset << ");\n";
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 192 uint64_t Offset = mpTD->getIndexedOffset(Op0->getType(), Indices);
196 static_cast<uint8_t*>(Result.PointerVal) + Offset;
753 unsigned Offset = 0;
757 Offset = (Offset + AlignMask) & ~AlignMask;
759 uintptr_t CAddr = (uintptr_t) mpConstantPoolBase + Offset;
770 Offset += mpTD->getTypeAllocSize(Ty);
    [all...]
  /external/chromium/base/
platform_file_win.cc 112 int ReadPlatformFile(PlatformFile file, int64 offset, char* data, int size) {
118 offset_li.QuadPart = offset;
121 overlapped.Offset = offset_li.LowPart;
133 int WritePlatformFile(PlatformFile file, int64 offset,
140 offset_li.QuadPart = offset;
143 overlapped.Offset = offset_li.LowPart;
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Map.c 638 /* Continue Offset option selected
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 81 // SPOffset - The offset of this object from the stack pointer on entry to
146 /// OffsetAdjustment - The amount that a frame offset needs to be adjusted to
147 /// have the actual offset from the stack/frame pointer. The exact usage of
285 void mapLocalFrameObject(int ObjectIndex, int64_t Offset) {
286 LocalFrameObjects.push_back(std::pair<int, int64_t>(ObjectIndex, Offset));
290 /// getLocalFrameObjectMap - Get the local offset mapping for a for an object
373 /// getObjectOffset - Return the assigned stack offset of the specified object
380 "Getting frame offset for a dead object?");
384 /// setObjectOffset - Set the stack frame offset of the specified object. The
385 /// offset is relative to the stack pointer on entry to the function
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 37 support::ulittle32_t Offset;
42 StringTableOffset Offset;
99 error_code getString(uint32_t offset, StringRef &Res) const;
MachOFormat.h 240 uint32_t Offset;
253 uint32_t Offset;
  /external/llvm/include/llvm/
PassManagers.h 339 void dumpLastUses(Pass *P, unsigned Offset) const;
440 void dumpPassStructure(unsigned Offset);
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 55 unsigned Offset = AllocateStack(Size, Align);
56 addLoc(CCValAssign::getMem(ValNo, ValVT, Offset, LocVT, LocInfo));
LiveDebugVariables.cpp 100 /// holds part of a user variable. The part is identified by a byte offset.
110 unsigned offset; ///< Byte offset into variable. member in class:__anon8102::UserValue
139 : variable(var), offset(o), dl(L), leader(this), next(0), locInts(alloc)
154 bool match(const MDNode *Var, unsigned Offset) const {
155 return Var == variable && Offset == offset;
301 UserValue *getUserValue(const MDNode *Var, unsigned Offset, DebugLoc DL);
355 if (offset)
356 OS << '+' << offset; local
    [all...]
  /external/llvm/lib/MC/
MCLoggingStreamer.cpp 200 virtual void EmitValueToOffset(const MCExpr *Offset,
203 return Child->EmitValueToOffset(Offset, Value);

Completed in 620 milliseconds

1 2 3 4 5 6 7 8 91011>>