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

  /external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.h 15 const UInt64 *InSize;
34 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
  /external/lzma/CPP/7zip/Common/
ProgressUtils.h 20 UInt64 InSize;
31 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 149 public Int64 InSize;
151 public void Init() { InSize = 0; }
152 public void SetProgress(Int64 inSize, Int64 outSize)
154 if (inSize >= ApprovedStart && InSize == 0)
157 InSize = inSize;
194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize)
196 UInt64 numCommands = inSize * 220 + outSize * 20;
302 if (progressInfo.InSize == 0)
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 441 uint64_t InSize = Context.getTypeSize(InTy);
442 if (OutSize == InSize && InputDomain == OutputDomain &&
457 SmallerValueMentioned |= InSize < OutSize;
462 SmallerValueMentioned |= OutSize < InSize;
  /external/lzma/Java/SevenZip/
LzmaBench.java 198 public long InSize;
201 { InSize = 0; }
202 public void SetProgress(long inSize, long outSize)
204 if (inSize >= ApprovedStart && InSize == 0)
207 InSize = inSize;
244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize)
246 long numCommands = inSize * 220 + outSize * 20;
356 if (progressInfo.InSize == 0)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddser.h 348 ULONG InSize;

Completed in 396 milliseconds