HomeSort by relevance Sort by last modified time
    Searched defs:TotalSize (Results 1 - 25 of 26) 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/chromium_org/webkit/browser/database/
database_tracker.h 56 int64 TotalSize() const { return total_size_; }
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 801 unsigned TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 5, 0, OS);
802 OS << " 0\n }; // Total Array size is " << (TotalSize+1) << " bytes\n\n";
  /external/clang/lib/AST/
ExprCXX.cpp 150 unsigned TotalSize = Array + hasInitializer + NumPlacementArgs;
151 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/llvm/lib/CodeGen/
StackColoring.cpp 688 unsigned TotalSize = 0;
694 TotalSize += MFI->getObjectSize(i);
697 DEBUG(dbgs()<<"Total Stack size: "<<TotalSize<<" bytes\n\n");
701 if (NumMarkers < 2 || TotalSize < 16 || DisableColoring) {
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 433 support::ulittle32_t TotalSize;
842 W.printNumber("TotalSize", Aux->TotalSize);
    [all...]
  /external/chromium_org/ui/views/layout/
grid_layout.cc 87 static int TotalSize(int start, int length, std::vector<T*>* elements) {
598 return LayoutElement::TotalSize(start_col, col_span, &columns_);
831 int height = LayoutElement::TotalSize(view_state->start_row,
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 640 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType);
642 assert(CurSize <= TotalSize && "Union size mismatch!");
643 if (unsigned NumPadBytes = TotalSize - CurSize) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /bionic/libc/kernel/arch-x86/asm/
voyager.h 326 __u32 TotalSize;
  /development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h 326 __u32 TotalSize;
  /external/kernel-headers/original/asm-x86/
voyager.h 354 __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;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 326 __u32 TotalSize;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 326 __u32 TotalSize;
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 326 __u32 TotalSize;
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
voyager.h 326 __u32 TotalSize;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 326 __u32 TotalSize;

Completed in 658 milliseconds

1 2