HomeSort by relevance Sort by last modified time
    Searched refs:InSize (Results 1 - 25 of 35) sorted by null

1 2

  /external/llvm/lib/Fuzzer/
FuzzerCrossOver.cpp 28 size_t InSize = Size1;
34 if (*InPos < InSize) {
35 size_t InSizeLeft = InSize - *InPos;
44 InSize = CurrentlyUsingFirstData ? Size2 : Size1;
  /external/lzma/CPP/7zip/Common/
ProgressUtils.cpp 9 InSize(0),
23 STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)
25 UInt64 inSize2 = InSize;
28 if (inSize)
29 inSize2 += (*inSize);
ProgressUtils.h 20 UInt64 InSize;
32 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EfiCompress.c 41 UINT64 InSize;
116 Status = gEfiShellProtocol->GetFileSize(InShellFileHandle, &InSize);
118 InBuffer = AllocateZeroPool((UINTN)InSize);
122 InSize2 = (UINTN) InSize;
124 InSize = InSize2;
126 Status = Compress (InBuffer, InSize, OutBuffer, &OutSize);
132 Status = Compress (InBuffer, InSize, OutBuffer, &OutSize);
EfiDecompress.c 42 UINTN InSize;
121 InSize = (UINTN)Temp64Bit;
123 InBuffer = AllocateZeroPool(InSize);
127 Status = gEfiShellProtocol->ReadFile (InFileHandle, &InSize, InBuffer);
133 Status = Decompress->GetInfo (Decompress, InBuffer, (UINT32) InSize, &OutSize, &ScratchSize);
150 Status = Decompress->Decompress (Decompress, InBuffer, (UINT32) InSize, OutBuffer, OutSize, ScratchBuffer, ScratchSize);
  /external/lzma/CPP/7zip/Archive/
XzHandler.h 25 UInt64 InSize;
XzHandler.cpp 50 InSize = 0;
363 static SRes OpenCallbackProgress(void *pp, UInt64 inSize, UInt64 /* outSize */)
367 p->Res = p->OpenCallback->SetCompleted(NULL, &inSize);
559 UInt32 inSize = 0;
565 if (inPos == inSize)
567 inPos = inSize = 0;
568 RINOK(seqInStream->Read(xzu.InBuf, kInBufSize, &inSize));
571 SizeT inLen = inSize - inPos;
578 (inSize == 0 ? CODER_FINISH_END : CODER_FINISH_ANY), &status);
583 InSize += inLen;
    [all...]
SplitHandler.cpp 320 lps->InSize = lps->OutSize = currentTotalSize;
LzmaHandler.cpp 391 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
395 STDMETHODIMP CCompressProgressInfoImp::SetRatioInfo(const UInt64 *inSize, const UInt64 * /* outSize */)
400 UInt64 value = Offset + *inSize;
463 lps->InSize = packSize;
  /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/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/lzma/CPP/7zip/UI/Common/
Extract.cpp 454 ecs->LocalProgressSpec->InSize += packProcessed;
472 st.PackSize = ecs->LocalProgressSpec->InSize;
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 494 uint64_t InSize = Context.getTypeSize(InTy);
495 if (OutSize == InSize && InputDomain == OutputDomain &&
510 SmallerValueMentioned |= InSize < OutSize;
515 SmallerValueMentioned |= OutSize < InSize;
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 285 for (UInt32 i = 0;; lps->OutSize += curUnpacked, lps->InSize += curPacked)
7zUpdate.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddser.h 348 ULONG InSize;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h 786 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
788 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
792 getIntPtrConstant(InSize, DL, true),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h 786 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
788 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
792 getIntPtrConstant(InSize, DL, true),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h 792 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
794 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
798 getIntPtrConstant(InSize, DL, true),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAG.h 792 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
794 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
798 getIntPtrConstant(InSize, DL, true),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h 792 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
794 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
798 getIntPtrConstant(InSize, DL, true),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h 792 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
794 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
798 getIntPtrConstant(InSize, DL, true),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h 786 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
788 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
792 getIntPtrConstant(InSize, DL, true),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h 786 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
788 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
792 getIntPtrConstant(InSize, DL, true),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h 792 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
794 SDValue getCALLSEQ_START(SDValue Chain, uint64_t InSize, uint64_t OutSize,
798 getIntPtrConstant(InSize, DL, true),
    [all...]

Completed in 745 milliseconds

1 2