HomeSort by relevance Sort by last modified time
    Searched defs:TotalSize (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
InstAlloc.h 31 LVM_UINT32 TotalSize; /* Accumulative total memory size */
  /external/lzma/CPP/7zip/Compress/
CopyCoder.h 19 UInt64 TotalSize;
20 CCopyCoder(): TotalSize(0), _buffer(0) {};
  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.h 75 TotalSize = 0;
88 UInt64 TotalSize;
98 TotalSize = 0;
  /external/llvm/tools/lli/
RemoteTargetExternal.cpp 236 uint32_t TotalSize = 0;
238 TotalSize += Sizes[I];
246 if (DataSize != TotalSize) {
249 ErrorMsg += TotalSize;
286 uint32_t TotalSize = 0;
288 TotalSize += Sizes[I];
291 if (!WriteBytes(&TotalSize, 4)) {
295 if (TotalSize == 0)
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 173 unsigned TotalSize = 0;
175 TotalSize += L.Load->getType()->getPrimitiveSizeInBits();
176 while (TotalSize != 0 && !isPowerOf2_32(TotalSize))
177 TotalSize -= Loads.pop_back_val().Load->getType()->getPrimitiveSizeInBits();
205 Ptr, PointerType::get(IntegerType::get(Ptr->getContext(), TotalSize),
  /external/chromium_org/webkit/browser/database/
database_tracker.h 61 int64 TotalSize() const { return total_size_; }
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 820 unsigned TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 6, 0, OS);
821 OS << " 0\n }; // Total Array size is " << (TotalSize+1) << " bytes\n\n";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxtfflt.h 47 ULONG TotalSize;
psapi.h 123 SIZE_T TotalSize;
ndr64types.h 388 NDR64_UINT32 TotalSize;
415 NDR64_UINT32 TotalSize;
455 NDR64_UINT32 TotalSize;
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 472 unsigned TotalSize =
477 unsigned SizeAlign = (4 - TotalSize) & 3;
  /external/llvm/lib/CodeGen/
StackColoring.cpp 667 unsigned TotalSize = 0;
673 TotalSize += MFI->getObjectSize(i);
676 DEBUG(dbgs()<<"Total Stack size: "<<TotalSize<<" bytes\n\n");
680 if (NumMarkers < 2 || TotalSize < 16 || DisableColoring) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 221 uint64_t TotalSize = 0;
225 TotalSize += AlignedSize;
227 return TotalSize;
359 uint64_t TotalSize,
363 uint8_t *Addr = MemMgr->allocateDataSection(TotalSize, sizeof(void *),
368 Sections.push_back(SectionEntry(StringRef(), Addr, TotalSize, 0));
369 memset(Addr, 0, TotalSize);
372 << format("%p", Addr) << " DataSize: " << TotalSize << "\n");
  /external/chromium_org/ui/views/layout/
grid_layout.cc 88 static int TotalSize(int start, int length, std::vector<T*>* elements) {
590 return LayoutElement::TotalSize(start_col, col_span, &columns_);
819 int height = LayoutElement::TotalSize(view_state->start_row,
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 209 unsigned TotalSize = Array + hasInitializer + NumPlacementArgs;
210 SubExprs = new (C) Stmt*[TotalSize];
    [all...]
Type.cpp 95 uint64_t TotalSize = NumElements.getZExtValue() * ElementSize;
96 return 64 - llvm::countLeadingZeros(TotalSize);
105 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize));
106 TotalSize *= SizeExtended;
108 return TotalSize.getActiveBits();
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 619 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType);
621 assert(CurSize <= TotalSize && "Union size mismatch!");
622 if (unsigned NumPadBytes = TotalSize - CurSize) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /external/llvm/include/llvm/Object/
COFF.h 270 support::ulittle32_t TotalSize;
  /development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h 326 __u32 TotalSize;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
voyager.h 314 __u32 TotalSize;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
voyager.h 314 __u32 TotalSize;
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 314 __u32 TotalSize;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 314 __u32 TotalSize;
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 314 __u32 TotalSize;

Completed in 948 milliseconds

1 2