Searched defs:Size (Results 226 - 250 of 555) sorted by relevance

1234567891011>>

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp139 uint64_t Size; member in struct:__anon26414::MachOSection
164 Section.Size = Sect.size;
176 Section.Size = Sect.size;
239 W.printHex("Size", MOSection.Size);
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp90 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
93 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment,
111 uint8_t *TrivialMemoryManager::allocateCodeSection(uintptr_t Size, argument
115 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, nullptr);
120 uint8_t *TrivialMemoryManager::allocateDataSection(uintptr_t Size, argument
125 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, nullptr);
207 uint64_t Size; local
210 if (I->getSize(Size)) continue;
212 outs() << "Function: " << Name << ", Size = " << Size << "\ local
[all...]
/external/lzma/C/
H A DPpmd7.h49 UInt32 Size; member in struct:__anon26722
/external/lzma/CPP/Common/
H A DMyVector.h25 int Size() const { return _size; } function in class:CBaseRecordVector
48 int size = v.Size();
49 Reserve(Size() + size);
99 int left = 0, right = Size();
116 int left = 0, right = Size();
193 int size = v.Size();
194 Reserve(Size() + size);
216 for (int i = 0; i < Size(); i++)
223 int left = 0, right = Size();
239 int left = 0, right = Size();
[all...]
/external/lzma/CPP/Windows/
H A DFileFind.h32 UInt64 Size; member in class:NWindows::NFile::NFind::CFileInfoBase
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp90 void write_impl(const char *Ptr, size_t Size);
103 raw_debug_ostream::write_impl(const char *Ptr, size_t Size) argument
105 if (Size > 0) {
106 char *lastPtr = (char *)&Ptr[Size];
109 _debug_printf("%*s", Size, Ptr);
111 pos += Size;
296 uint64_t Size; local
305 if (!DisAsm->getInstruction(Inst, Size, memoryObject,
322 for (i = 0; i < Size; ++i) {
347 pc += Size;
[all...]
/external/opencv/cvaux/src/
H A Dcvface.cpp144 long Size = Rect.width*Rect.height; local
146 if ( (Size > SizeIdeal) || ( Size < (SizeIdeal/5) ) )
/external/openfst/src/include/fst/
H A Dinterval-set.h86 T Size() const { return intervals_.size(); } function in class:fst::IntervalSet
/external/openfst/src/test/
H A Dfst_test.cc73 ssize_t Size() const { return -1;} function in class:fst::CustomCompactor
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaHeader.h27 DWORD nBytes; // Size of the metafile in bytes
37 SIZEL szlDevice; // Size of the reference device in pels
38 SIZEL szlMillimeters; // Size of the reference device in millimeters
114 UINT Size; // Size of the metafile (in bytes) member in class:MetafileHeader
137 UINT GetMetafileSize() const { return Size; }
/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache.cc395 int PnaclTranslationCache::Size() { function in class:pnacl::PnaclTranslationCache
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
H A Dmemenv.cc50 uint64_t Size() const { return size_; } function in class:leveldb::__anon12454::FileState
167 if (pos_ > file_->Size()) {
168 return Status::IOError("pos_ > file_->Size()");
170 const size_t available = file_->Size() - pos_;
334 *file_size = file_map_[fname]->Size();
/external/chromium_org/third_party/lzma_sdk/
H A D7z.h97 UInt64 Size; member in struct:__anon13418
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc250 uintptr_t Size(void** entry) { function in namespace:__anon15563
279 total_size += Size(entry);
291 PrintCountAndSize(writer, Count(entry), Size(entry));
H A Dthread_cache.h83 size_t Size() const { return size_; } function in class:tcmalloc::ThreadCache
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc233 uintptr_t Size(void** entry) { function in namespace:__anon15606
262 total_size += Size(entry);
274 PrintCountAndSize(writer, Count(entry), Size(entry));
/external/chromium_org/third_party/webrtc/base/
H A Dipaddress.cc57 size_t IPAddress::Size() const { function in class:rtc::IPAddress
/external/clang/include/clang/AST/
H A DTemplateName.h55 unsigned Size : 30; member in struct:clang::UncommonTemplateNameStorage::BitsTag
65 Bits.Size = size;
69 unsigned size() const { return Bits.Size; }
126 unsigned Size,
128 : UncommonTemplateNameStorage(SubstTemplateTemplateParmPack, Size),
125 SubstTemplateTemplateParmPackStorage(TemplateTemplateParmDecl *Parameter, unsigned Size, const TemplateArgument *Arguments) argument
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp53 void RewriteBuffer::RemoveText(unsigned OrigOffset, unsigned Size, argument
56 if (Size == 0) return;
59 assert(RealOffset+Size < Buffer.size() && "Invalid location");
62 Buffer.erase(RealOffset, Size);
65 AddReplaceDelta(OrigOffset, -Size);
338 int Size = getRangeSize(From->getSourceRange()); local
339 if (Size == -1)
348 ReplaceText(From->getLocStart(), Size, Str);
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp182 unsigned Size = Context.getTypeSize(Ty); local
184 Size))
258 unsigned Size = Context.getTypeSize(Ty); local
261 Size))
415 Info.Type = Info.Size = Context.getTypeSizeInChars(T).getQuantity();
419 Info.Length = Info.Size / Info.Type;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc34 size_t Size = 0; local
35 int Err = sysctl(Mib, 4, NULL, &Size, NULL, 0);
37 CHECK_GT(Size, 0);
39 size_t MmapedSize = Size * 4 / 3;
41 Size = MmapedSize;
42 Err = sysctl(Mib, 4, VmMap, &Size, NULL, 0);
47 proc_maps->len = Size;
/external/deqp/framework/common/
H A DtcuVector.hpp36 template <typename T, int VecSize, int Size>
44 VecAccess& operator= (const Vector<T, Size>& v);
46 operator Vector<T, Size> (void) const;
50 int m_index[Size];
53 template <typename T, int VecSize, int Size>
54 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y)
57 DE_STATIC_ASSERT(Size == 2);
62 template <typename T, int VecSize, int Size>
63 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y, int z)
66 DE_STATIC_ASSERT(Size
[all...]
/external/jhead/
H A Djpgfile.c173 Sections[SectionsRead].Size = itemlen;
226 Sections[SectionsRead].Size = size;
369 Sections[SectionsRead].Size = itemlen;
417 Sections[SectionsRead].Size = size;
646 ExifSection->Size = NewExifSize;
727 ExifSection->Size = NewExifSize;
824 nWrite = fwrite(Sections[a].Data, 1, Sections[a].Size, outfile);
825 writeOk = (nWrite == Sections[a].Size);
827 ALOGE("write section %d failed expect %d actual %d",a,Sections[a].Size,nWrite);
834 nWrite = fwrite(Sections[a].Data, 1,Sections[a].Size, outfil
997 CreateSection(int SectionType, unsigned char * Data, int Size) argument
[all...]
/external/lldb/include/lldb/Expression/
H A DClangASTSource.h132 /// @param[out] Size
160 uint64_t &Size,
282 uint64_t &Size,
289 Size,
281 layoutRecordType(const clang::RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap <const clang::FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &BaseOffsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &VirtualBaseOffsets) argument
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h78 size_t Size() const { return m_infos.size(); } function in class:DWARFDebugInfoEntry::Attributes

Completed in 634 milliseconds

1234567891011>>