Home
last modified time | relevance | path

Searched refs:TotalSize (Results 1 – 25 of 28) sorted by relevance

12

/external/lzma/CPP/7zip/Compress/
DCopyCoder.cpp32 TotalSize = 0; in Code()
37 if (size > *outSize - TotalSize) in Code()
38 size = (UInt32)(*outSize - TotalSize); in Code()
46 TotalSize += size; in Code()
49 RINOK(progress->SetRatioInfo(&TotalSize, &TotalSize)); in Code()
57 *value = TotalSize; in GetInStreamProcessedSize()
DCopyCoder.h19 UInt64 TotalSize;
20 CCopyCoder(): TotalSize(0), _buffer(0) {}; in CCopyCoder()
/external/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.h75 TotalSize = 0; in STDMETHOD()
88 UInt64 TotalSize; variable
98 TotalSize = 0; in Init()
DArchiveOpenCallback.cpp111 TotalSize += _fileInfo.Size; in GetStream()
DOpenArchive.cpp513 VolumesSize = openCallbackSpec->TotalSize; in Open2()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp190 size_t TotalSize = Ops.size() + 1; in Finalize() local
191 size_t RoundUpSize = (TotalSize + 3) / 4 * 4; in Finalize()
203 size_t TotalSize = Ops.size() + 2; in Finalize() local
204 size_t RoundUpSize = (TotalSize + 3) / 4 * 4; in Finalize()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp174 uint64_t TotalSize, in emitCommonSymbols() argument
178 uint8_t *Addr = MemMgr->allocateDataSection(TotalSize, sizeof(void*), in emitCommonSymbols()
183 Sections.push_back(SectionEntry(StringRef(), Addr, TotalSize, 0)); in emitCommonSymbols()
184 memset(Addr, 0, TotalSize); in emitCommonSymbols()
188 << " DataSize: " << TotalSize in emitCommonSymbols()
DRuntimeDyldImpl.h244 uint64_t TotalSize,
/external/llvm/lib/CodeGen/
DStackColoring.cpp688 unsigned TotalSize = 0; in runOnMachineFunction() local
694 TotalSize += MFI->getObjectSize(i); in runOnMachineFunction()
697 DEBUG(dbgs()<<"Total Stack size: "<<TotalSize<<" bytes\n\n"); in runOnMachineFunction()
701 if (NumMarkers < 2 || TotalSize < 16 || DisableColoring) { in runOnMachineFunction()
/external/chromium_org/webkit/browser/database/
Ddatabase_quota_client.cc33 return info.TotalSize(); in GetOriginUsageOnDBThread()
Ddatabase_tracker_unittest.cc428 EXPECT_EQ(1, origins_info[0].TotalSize()); in TestDatabaseTracker()
433 EXPECT_EQ(2, origins_info[1].TotalSize()); in TestDatabaseTracker()
453 EXPECT_EQ(0, origin1_info->TotalSize()); in TestDatabaseTracker()
Ddatabase_tracker.h56 int64 TotalSize() const { return total_size_; } in TotalSize() function
Ddatabase_tracker.cc395 deleted_size = origin_info->TotalSize(); in DeleteOrigin()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.cpp500 unsigned TotalSize = in EmitExceptionTable() local
505 unsigned SizeAlign = (4 - TotalSize) & 3; in EmitExceptionTable()
/external/chromium_org/ui/views/layout/
Dgrid_layout.cc87 static int TotalSize(int start, int length, std::vector<T*>* elements) { in TotalSize() function in views::LayoutElement
598 return LayoutElement::TotalSize(start_col, col_span, &columns_); in GetColumnWidth()
827 int height = LayoutElement::TotalSize(view_state->start_row, in Layout()
/external/kernel-headers/original/asm-x86/
Dvoyager.h354 __u32 TotalSize; member
/external/llvm/include/llvm/Support/
DCOFF.h334 uint32_t TotalSize; member
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp331 currentTotalSize += copyCoderSpec->TotalSize; in Extract()
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp801 unsigned TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 5, 0, OS); in EmitMatcherTable() local
802 OS << " 0\n }; // Total Array size is " << (TotalSize+1) << " bytes\n\n"; in EmitMatcherTable()
/external/clang/lib/AST/
DType.cpp95 uint64_t TotalSize = NumElements.getZExtValue() * ElementSize; in getNumAddressingBits() local
96 return 64 - llvm::countLeadingZeros(TotalSize); in getNumAddressingBits()
105 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize)); in getNumAddressingBits() local
106 TotalSize *= SizeExtended; in getNumAddressingBits()
108 return TotalSize.getActiveBits(); in getNumAddressingBits()
DExprCXX.cpp150 unsigned TotalSize = Array + hasInitializer + NumPlacementArgs; in AllocateArgsArray() local
151 SubExprs = new (C) Stmt*[TotalSize]; in AllocateArgsArray()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp640 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType); in VisitCastExpr() local
642 assert(CurSize <= TotalSize && "Union size mismatch!"); in VisitCastExpr()
643 if (unsigned NumPadBytes = TotalSize - CurSize) { in VisitCastExpr()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp433 support::ulittle32_t TotalSize; member
842 W.printNumber("TotalSize", Aux->TotalSize); in printSymbol()
/external/clang/lib/Basic/
DSourceManager.cpp507 unsigned TotalSize) { in AllocateLoadedSLocEntries() argument
511 CurrentLoadedOffset -= TotalSize; in AllocateLoadedSLocEntries()
/external/clang/include/clang/Basic/
DSourceManager.h1504 AllocateLoadedSLocEntries(unsigned NumSLocEntries, unsigned TotalSize);

12