HomeSort by relevance Sort by last modified time
    Searched defs:TotalSize (Results 1 - 25 of 34) 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/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/lzma/CPP/7zip/UI/Common/
DirItem.h 59 UInt64 TotalSize;
  /external/v8/src/compiler/
loop-analysis.h 42 size_t TotalSize() const { return body_end_ - header_start_; }
  /external/llvm/lib/ProfileData/
InstrProf.cpp 405 static std::unique_ptr<ValueProfData> allocValueProfData(uint32_t TotalSize) {
406 return std::unique_ptr<ValueProfData>(new (::operator new(TotalSize))
414 if (TotalSize % sizeof(uint64_t))
422 if ((char *)VR - (char *)this > (ptrdiff_t)TotalSize)
437 uint32_t TotalSize = swapToHostOrder<uint32_t>(Header, Endianness);
438 if (D + TotalSize > BufferEnd)
441 std::unique_ptr<ValueProfData> VPD = allocValueProfData(TotalSize);
442 memcpy(VPD.get(), D, TotalSize);
458 sys::swapByteOrder<uint32_t>(TotalSize);
479 sys::swapByteOrder<uint32_t>(TotalSize);
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 834 unsigned TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 6, 0, OS);
835 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 475 unsigned TotalSize =
480 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/clang/lib/AST/
ExprCXX.cpp 206 unsigned TotalSize = Array + hasInitializer + NumPlacementArgs;
207 SubExprs = new (C) Stmt*[TotalSize];
    [all...]
Type.cpp 96 uint64_t TotalSize = NumElements.getZExtValue() * ElementSize;
97 return 64 - llvm::countLeadingZeros(TotalSize);
106 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize));
107 TotalSize *= SizeExtended;
109 return TotalSize.getActiveBits();
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 660 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType);
662 assert(CurSize <= TotalSize && "Union size mismatch!");
663 if (unsigned NumPadBytes = TotalSize - CurSize) {
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 271 uint64_t TotalSize = 0;
275 TotalSize += AlignedSize;
277 return TotalSize;
    [all...]
RuntimeDyldELF.cpp     [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h 326 __u32 TotalSize;
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /external/llvm/include/llvm/Object/
COFF.h 427 support::ulittle32_t TotalSize;
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
voyager.h 326 __u32 TotalSize;
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
voyager.h 326 __u32 TotalSize;
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 326 __u32 TotalSize;
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
voyager.h 326 __u32 TotalSize;

Completed in 570 milliseconds

1 2