/external/lzma/CPP/7zip/Compress/ |
D | CopyCoder.cpp | 32 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()
|
D | CopyCoder.h | 19 UInt64 TotalSize; 20 CCopyCoder(): TotalSize(0), _buffer(0) {}; in CCopyCoder()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveOpenCallback.h | 75 TotalSize = 0; in STDMETHOD() 88 UInt64 TotalSize; variable 98 TotalSize = 0; in Init()
|
D | ArchiveOpenCallback.cpp | 111 TotalSize += _fileInfo.Size; in GetStream()
|
D | OpenArchive.cpp | 513 VolumesSize = openCallbackSpec->TotalSize; in Open2()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMUnwindOpAsm.cpp | 190 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/ |
D | RuntimeDyld.cpp | 174 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()
|
D | RuntimeDyldImpl.h | 244 uint64_t TotalSize,
|
/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 688 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/ |
D | database_quota_client.cc | 33 return info.TotalSize(); in GetOriginUsageOnDBThread()
|
D | database_tracker_unittest.cc | 428 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()
|
D | database_tracker.h | 56 int64 TotalSize() const { return total_size_; } in TotalSize() function
|
D | database_tracker.cc | 395 deleted_size = origin_info->TotalSize(); in DeleteOrigin()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfException.cpp | 500 unsigned TotalSize = in EmitExceptionTable() local 505 unsigned SizeAlign = (4 - TotalSize) & 3; in EmitExceptionTable()
|
/external/chromium_org/ui/views/layout/ |
D | grid_layout.cc | 87 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/ |
D | voyager.h | 354 __u32 TotalSize; member
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 334 uint32_t TotalSize; member
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 331 currentTotalSize += copyCoderSpec->TotalSize; in Extract()
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 801 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/ |
D | Type.cpp | 95 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()
|
D | ExprCXX.cpp | 150 unsigned TotalSize = Array + hasInitializer + NumPlacementArgs; in AllocateArgsArray() local 151 SubExprs = new (C) Stmt*[TotalSize]; in AllocateArgsArray()
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 640 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/ |
D | COFFDumper.cpp | 433 support::ulittle32_t TotalSize; member 842 W.printNumber("TotalSize", Aux->TotalSize); in printSymbol()
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 507 unsigned TotalSize) { in AllocateLoadedSLocEntries() argument 511 CurrentLoadedOffset -= TotalSize; in AllocateLoadedSLocEntries()
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 1504 AllocateLoadedSLocEntries(unsigned NumSLocEntries, unsigned TotalSize);
|