Home
last modified time | relevance | path

Searched defs:TotalSize (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp192 size_t TotalSize = Ops.size() + 1; in Finalize() local
208 size_t TotalSize = Ops.size() + 2; in Finalize() local
/external/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.h88 UInt64 TotalSize; variable
/external/llvm/tools/lli/
DRemoteTargetExternal.cpp236 uint32_t TotalSize = 0; in ReceivePayload() local
286 uint32_t TotalSize = 0; in SendPayload() local
/external/chromium_org/storage/browser/database/
Ddatabase_tracker.h61 int64 TotalSize() const { return total_size_; } in TotalSize() function
/external/llvm/lib/Transforms/Scalar/
DLoadCombine.cpp173 unsigned TotalSize = 0; in combineLoads() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp221 uint64_t TotalSize = 0; in computeAllocationSizeForSections() local
359 uint64_t TotalSize, in emitCommonSymbols()
DRuntimeDyldELF.cpp1500 size_t TotalSize = numGOTEntries * getGOTEntrySize(); in finalizeLoad() local
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp472 unsigned TotalSize = in emitExceptionTable() local
/external/llvm/lib/CodeGen/
DStackColoring.cpp667 unsigned TotalSize = 0; in runOnMachineFunction() local
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp820 unsigned TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 6, 0, OS); in EmitMatcherTable() local
/external/clang/lib/AST/
DType.cpp95 uint64_t TotalSize = NumElements.getZExtValue() * ElementSize; in getNumAddressingBits() local
105 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize)); in getNumAddressingBits() local
DExprCXX.cpp209 unsigned TotalSize = Array + hasInitializer + NumPlacementArgs; in AllocateArgsArray() local
/external/chromium_org/ui/views/layout/
Dgrid_layout.cc88 static int TotalSize(int start, int length, std::vector<T*>* elements) { in TotalSize() function in views::LayoutElement
/external/clang/lib/CodeGen/
DCGExprConstant.cpp619 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType); in VisitCastExpr() local
/external/llvm/include/llvm/Object/
DCOFF.h270 support::ulittle32_t TotalSize; member
/external/clang/lib/Basic/
DSourceManager.cpp494 unsigned TotalSize) { in AllocateLoadedSLocEntries()
/external/llvm/include/llvm/Support/
DCOFF.h343 uint32_t TotalSize; member
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp1684 SVal TotalSize = svalBuilder.evalBinOp(state, BO_Mul, count, elementSize, in CallocMem() local