HomeSort by relevance Sort by last modified time
    Searched defs:OutSize (Results 1 - 4 of 4) 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 440 uint64_t OutSize = Context.getTypeSize(OutTy);
442 if (OutSize == InSize && InputDomain == OutputDomain &&
457 SmallerValueMentioned |= InSize < OutSize;
462 SmallerValueMentioned |= OutSize < InSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddser.h 349 ULONG OutSize;

Completed in 1098 milliseconds