Searched defs:Size (Results 101 - 125 of 271) sorted by relevance

1234567891011

/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp71 uint64_t Size, uint32_t Offset,
82 outs() << " ('size', " << Size << ")\n";
114 StringRef Data = Obj.getData(Offset, Size);
152 Sect->Size, Sect->Offset, Sect->Align,
188 Sect->Size, Sect->Offset, Sect->Align,
342 << " ('size', " << LCI.Command.Size << ")\n";
69 DumpSectionData(MachOObject &Obj, unsigned Index, StringRef Name, StringRef SegmentName, uint64_t Address, uint64_t Size, uint32_t Offset, uint32_t Align, uint32_t RelocationTableOffset, uint32_t NumRelocationTableEntries, uint32_t Flags, uint32_t Reserved1, uint32_t Reserved2, uint64_t Reserved3 = ~0ULL) argument
/external/opencv/cvaux/src/
H A Dcvface.cpp144 long Size = Rect.width*Rect.height; local
146 if ( (Size > SizeIdeal) || ( Size < (SizeIdeal/5) ) )
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc465 size_t StunUInt16ListAttribute::Size() const { function in class:cricket::StunUInt16ListAttribute
/external/clang/include/clang/AST/
H A DTemplateName.h56 unsigned Size : 30; member in struct:clang::UncommonTemplateNameStorage::__anon2577::__anon2578
64 Bits.Size = size;
68 unsigned size() const { return Bits.Size; }
125 unsigned Size,
127 : UncommonTemplateNameStorage(SubstTemplateTemplateParmPack, Size),
124 SubstTemplateTemplateParmPackStorage(TemplateTemplateParmDecl *Parameter, unsigned Size, const TemplateArgument *Arguments) argument
/external/clang/lib/Rewrite/
H A DRewriter.cpp43 void RewriteBuffer::RemoveText(unsigned OrigOffset, unsigned Size, argument
46 if (Size == 0) return;
49 assert(RealOffset+Size < Buffer.size() && "Invalid location");
52 Buffer.erase(RealOffset, Size);
55 AddReplaceDelta(OrigOffset, -Size);
326 int Size = getRangeSize(From->getSourceRange()); local
327 if (Size == -1)
336 ReplaceText(From->getLocStart(), Size, Str);
/external/jhead/
H A Djpgfile.c172 Sections[SectionsRead].Size = itemlen;
224 Sections[SectionsRead].Size = size;
366 Sections[SectionsRead].Size = itemlen;
413 Sections[SectionsRead].Size = size;
642 ExifSection->Size = NewExifSize;
723 ExifSection->Size = NewExifSize;
820 nWrite = fwrite(Sections[a].Data, 1, Sections[a].Size, outfile);
821 writeOk = (nWrite == Sections[a].Size);
823 LOGE("write section %d failed expect %d actual %d",a,Sections[a].Size,nWrite);
830 nWrite = fwrite(Sections[a].Data, 1,Sections[a].Size, outfil
993 CreateSection(int SectionType, unsigned char * Data, int Size) argument
[all...]
/external/llvm/include/llvm/ADT/
H A DIntervalMap.h241 /// @param Size Number of elements in node.
242 void erase(unsigned i, unsigned j, unsigned Size) { argument
243 moveLeft(j, i, Size - j);
248 /// @param Size Number of elements in node.
249 void erase(unsigned i, unsigned Size) { argument
250 erase(i, i+1, Size);
255 /// @param Size Number of elements in node.
256 void shift(unsigned i, unsigned Size) { argument
257 moveRight(i, i + 1, Size - i);
261 /// @param Size Numbe
265 transferToLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, unsigned Count) argument
276 transferToRightSib(unsigned Size, NodeBase &Sib, unsigned SSize, unsigned Count) argument
289 adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) argument
555 findFrom(unsigned i, unsigned Size, KeyT x) const argument
[all...]
H A DSmallBitVector.h120 void setSmallSize(size_t Size) { argument
121 setSmallRawBits(getSmallBits() | (Size << SmallNumDataBits));
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h20 // component specifies the base memory address of the region. The Size specifies
27 // alias, regardless of the value of the Size component.
101 /// Size - The maximum size of the location, in address-units, or
106 uint64_t Size; member in struct:llvm::AliasAnalysis::Location
113 : Ptr(P), Size(S), TBAATag(N) {}
123 Copy.Size = NewSize;
359 const Value *P, uint64_t Size) {
360 return getModRefInfo(I, Location(P, Size));
370 const Value *P, uint64_t Size) {
371 return getModRefInfo(CS, Location(P, Size));
358 getModRefInfo(const Instruction *I, const Value *P, uint64_t Size) argument
369 getModRefInfo(ImmutableCallSite CS, const Value *P, uint64_t Size) argument
381 getModRefInfo(const CallInst *C, const Value *P, uint64_t Size) argument
393 getModRefInfo(const InvokeInst *I, const Value *P, uint64_t Size) argument
403 getModRefInfo(const LoadInst *L, const Value *P, uint64_t Size) argument
412 getModRefInfo(const StoreInst *S, const Value *P, uint64_t Size) argument
425 getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size) argument
434 getModRefInfo(const AtomicCmpXchgInst *CX, const Value *P, unsigned Size) argument
444 getModRefInfo(const AtomicRMWInst *RMW, const Value *P, unsigned Size) argument
454 getModRefInfo(const VAArgInst* I, const Value* P, uint64_t Size) argument
474 canBasicBlockModify(const BasicBlock &BB, const Value *P, uint64_t Size) argument
486 canInstructionRangeModify(const Instruction &I1, const Instruction &I2, const Value *Ptr, uint64_t Size) argument
[all...]
H A DAliasSetTracker.h43 uint64_t Size; member in class:llvm::AliasSet::PointerRec
47 : Val(V), PrevInList(0), NextInList(0), AS(0), Size(0),
61 if (NewSize > Size) Size = NewSize;
71 uint64_t getSize() const { return Size; }
253 void addPointer(AliasSetTracker &AST, PointerRec &Entry, uint64_t Size,
270 bool aliasesPointer(const Value *Ptr, uint64_t Size, const MDNode *TBAAInfo,
325 bool add(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo); // Add a location
338 bool remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo);
356 AliasSet &getAliasSetForPointer(Value *P, uint64_t Size,
362 getAliasSetForPointerIfExists(Value *P, uint64_t Size, const MDNode *TBAAInfo) argument
417 addPointer(Value *P, uint64_t Size, const MDNode *TBAAInfo, AliasSet::AccessType E, bool &NewSet) argument
[all...]
H A DMemoryDependenceAnalysis.h282 /// Size - The maximum size of the dereferences of the
284 uint64_t Size; member in struct:llvm::MemoryDependenceAnalysis::NonLocalPointerInfo
289 NonLocalPointerInfo() : Size(AliasAnalysis::UnknownSize), TBAATag(0) {}
405 /// and Size) and compares it against a load. If the specified load could
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h286 unsigned AllocateStack(unsigned Size, unsigned Align) { argument
290 StackOffset += Size;
295 unsigned AllocateStack(unsigned Size, unsigned Align, unsigned ShadowReg) { argument
297 return AllocateStack(Size, Align);
/external/llvm/include/llvm/MC/
H A DMCContext.h267 void *Allocate(unsigned Size, unsigned Align = 8) { argument
268 return Allocator.Allocate(Size, Align);
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp96 uint64_t Size, const MDNode *TBAAInfo,
107 AliasAnalysis::Location(Entry.getValue(), Size, TBAAInfo));
111 P->updateSizeAndTBAAInfo(Size, TBAAInfo);
116 Entry.updateSizeAndTBAAInfo(Size, TBAAInfo);
143 bool AliasSet::aliasesPointer(const Value *Ptr, uint64_t Size, argument
156 AliasAnalysis::Location(Ptr, Size, TBAAInfo));
162 if (AA.alias(AliasAnalysis::Location(Ptr, Size, TBAAInfo),
171 AliasAnalysis::Location(Ptr, Size, TBAAInfo)) !=
217 uint64_t Size,
221 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInf
95 addPointer(AliasSetTracker &AST, PointerRec &Entry, uint64_t Size, const MDNode *TBAAInfo, bool KnownMustAlias) argument
216 findAliasSetForPointer(const Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) argument
236 containsPointer(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) const argument
265 getAliasSetForPointer(Value *Pointer, uint64_t Size, const MDNode *TBAAInfo, bool *New) argument
290 add(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) argument
423 remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) argument
431 uint64_t Size = AA.getTypeStoreSize(LI->getType()); local
440 uint64_t Size = AA.getTypeStoreSize(SI->getOperand(0)->getType()); local
[all...]
/external/llvm/lib/CodeGen/
H A DELF.h130 unsigned Size; member in struct:llvm::ELFSym
139 Size(0), Info(0), Other(ELF::STV_DEFAULT), SectionIdx(0),
174 unsigned Size; // sh_size - The section size. member in class:llvm::ELFSection
178 unsigned EntSize; // sh_entsize - Size of entries in the section e
195 Offset(0), Size(0), Link(0), Info(0), Align(0), EntSize(0), Sym(0) {}
H A DPrologEpilogInserter.cpp174 unsigned Size = I->getOperand(0).getImm(); local
175 if (Size > MaxCallFrameSize) MaxCallFrameSize = Size;
747 int Size = I->getOperand(0).getImm(); local
751 Size = -Size;
753 SPAdj += Size;
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp385 unsigned Size = strlen(FmtBuf); local
386 FmtBuf[Size] = FmtBuf[Size-1];
387 FmtBuf[Size+1] = 0;
388 FmtBuf[Size-1] = 'l';
/external/llvm/lib/MC/
H A DMCNullStreamer.cpp60 virtual void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
62 virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
65 unsigned Size = 0, unsigned ByteAlignment = 0) {}
67 uint64_t Size, unsigned ByteAlignment) {}
70 virtual void EmitValueImpl(const MCExpr *Value, unsigned Size, argument
66 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
H A DWinCOFFStreamer.cpp47 void AddCommonSymbol(MCSymbol *Symbol, uint64_t Size,
64 virtual void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
66 virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
69 unsigned Size,unsigned ByteAlignment);
71 uint64_t Size, unsigned ByteAlignment);
134 void WinCOFFStreamer::AddCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
166 SymbolData.setFragment(new MCFillFragment(0, 0, Size, &SectionData));
300 void WinCOFFStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
305 AddCommonSymbol(Symbol, Size, ByteAlignment, true);
308 void WinCOFFStreamer::EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
316 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, unsigned Size,unsigned ByteAlignment) argument
321 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
/external/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h38 /// VarArgsRegSaveSize - Size of the register save area for vararg functions.
174 int Size = GPRCS1Frames.size(); local
175 if (fi >= Size) {
176 Size *= 2;
177 if (fi >= Size)
178 Size = fi+1;
179 GPRCS1Frames.resize(Size);
186 int Size = GPRCS2Frames.size(); local
187 if (fi >= Size) {
188 Size *
198 int Size = DPRCSFrames.size(); local
[all...]
/external/llvm/lib/Target/
H A DTargetData.cpp201 unsigned Size = getInt(Specifier.substr(1)); local
209 setAlignment(AlignType, ABIAlign, PrefAlign, Size);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp79 void EmitConstant(uint64_t Val, unsigned Size, unsigned &CurByte, argument
82 for (unsigned i = 0; i != Size; ++i) {
151 unsigned Size = X86II::getSizeOfImm(TSFlags);
154 return MCFixup::getKindForSize(Size, isPCRel);
192 EmitImmediate(const MCOperand &DispOp, unsigned Size, MCFixupKind FixupKind,
202 EmitConstant(DispOp.getImm()+ImmOffset, Size, CurByte, OS);
237 EmitConstant(0, Size, CurByte, OS);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp418 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask; local
424 Size = TD.getStructLayout(STy)->getElementOffset(OpC->getZExtValue());
426 if (Size)
427 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
432 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
443 if (Size != 1) {
445 Op = Builder->CreateMul(Op, ConstantInt::get(IntPtrTy, Size),
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp257 uint64_t Size; local
287 for (Index = Start; Index < End; Index += Size) {
290 if (DisAsm->getInstruction(Inst, Size, memoryObject, Index,
293 DumpBytes(StringRef(Bytes.data() + Index, Size));
298 if (Size == 0)
299 Size = 1; // skip illegible bytes
309 if (addr > Index + Size) break;
353 "Idx Name Size Address Type\n";
363 uint64_t Size;
364 if (error(si->getSize(Size))) retur
476 uint64_t Size; local
[all...]
/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp584 unsigned Size = 0; local
589 Size += MatcherSize;
596 return Size;

Completed in 1620 milliseconds

1234567891011