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

  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
InstAlloc.h 31 LVM_UINT32 TotalSize; /* Accumulative total memory 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 147 unsigned TotalSize = Array + hasInitializer + NumPlacementArgs;
148 SubExprs = new (C) Stmt*[TotalSize];
    [all...]
Type.cpp 95 uint64_t TotalSize = NumElements.getZExtValue() * ElementSize;
96 return 64 - llvm::CountLeadingZeros_64(TotalSize);
105 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize));
106 TotalSize *= SizeExtended;
108 return TotalSize.getActiveBits();
    [all...]
  /external/llvm/lib/CodeGen/
StackColoring.cpp 686 unsigned TotalSize = 0;
692 TotalSize += MFI->getObjectSize(i);
695 DEBUG(dbgs()<<"Total Stack size: "<<TotalSize<<" bytes\n\n");
699 if (NumMarkers < 2 || TotalSize < 16 || DisableColoring) {
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 669 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType);
671 assert(CurSize <= TotalSize && "Union size mismatch!");
672 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;
  /external/llvm/include/llvm/Support/
COFF.h 330 uint32_t TotalSize;

Completed in 849 milliseconds