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

  /external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.h 16 const UInt64 *OutSize;
34 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
  /external/lzma/CPP/7zip/Common/
ProgressUtils.h 21 UInt64 OutSize;
31 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 493 uint64_t OutSize = Context.getTypeSize(OutTy);
495 if (OutSize == InSize && InputDomain == OutputDomain &&
510 SmallerValueMentioned |= InSize < OutSize;
515 SmallerValueMentioned |= OutSize < InSize;
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 49 UInt64 OutSize;
73 OutSize = 0;
116 lps->OutSize = OutSize;
355 case kpidUnpackSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break;
387 case kpidSize: if (_stat.UnpackSize_Defined) prop = _stat.OutSize; break;
405 static SRes OpenCallbackProgress(void *pp, UInt64 inSize, UInt64 /* outSize */)
515 _stat.OutSize = Xzs_GetUnpackSize(&xzs.p);
647 OutSize += outLen;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddser.h 349 ULONG OutSize;

Completed in 658 milliseconds