Searched refs:outSize (Results 1 - 25 of 66) sorted by relevance

123

/external/lzma/Java/SevenZip/
H A DICodeProgress.java5 public void SetProgress(long inSize, long outSize); argument
/external/lzma/CPP/7zip/Archive/Common/
H A DCrossThreadProgress.cpp7 STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) argument
10 OutSize = outSize;
H A DCrossThreadProgress.h34 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
/external/qemu/android/filesystems/
H A Dramdisk_extractor_unittest.cpp59 size_t outSize = 0; local
62 EXPECT_TRUE(android_extractRamdiskFile(path(), "foo", &out, &outSize));
63 EXPECT_EQ(kExpectedSize, outSize);
65 EXPECT_TRUE(!memcmp(out, kExpected, outSize));
73 size_t outSize = 0; local
76 EXPECT_TRUE(android_extractRamdiskFile(path(), "bar2", &out, &outSize));
77 EXPECT_EQ(kExpectedSize, outSize);
79 EXPECT_TRUE(!memcmp(out, kExpected, outSize));
85 size_t outSize = 0; local
87 EXPECT_FALSE(android_extractRamdiskFile(path(), "zoolander", &out, &outSize));
[all...]
/external/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp21 STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) argument
26 if (outSize)
27 outSizeNew += (*outSize);
H A DProgressUtils.h31 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
/external/chromium_org/third_party/lzma_sdk/
H A DBcj2.h15 outSize <= FullOutputSize,
32 Byte *outBuf, SizeT outSize);
H A DBcj2.c38 Byte *outBuf, SizeT outSize)
55 if (outSize == 0)
66 if (outSize - outPos < limit)
67 limit = outSize - outPos;
79 if (limit == 0 || outPos == outSize)
120 if (outPos == outSize)
123 if (outPos == outSize)
126 if (outPos == outSize)
131 return (outPos == outSize) ? SZ_OK : SZ_ERROR_DATA;
33 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
H A D7zDec.c67 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
107 for (i = 0; i < outSize; i++)
114 if (i != outSize)
128 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
136 state.dicBufSize = outSize;
152 res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status);
159 if (state.dicBufSize != outSize || lookahead != 0 ||
176 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
186 state.decoder.dicBufSize = outSize;
202 res = Lzma2Dec_DecodeToDic(&state, outSize, inBu
66 SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
127 SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
175 SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
335 SzFolder_Decode2(const CSzFolder *folder, const UInt64 *packSizes, ILookInStream *inStream, UInt64 startPos, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain, Byte *tempBuf[]) argument
459 SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes, ILookInStream *inStream, UInt64 startPos, Byte *outBuffer, size_t outSize, ISzAlloc *allocMain) argument
[all...]
/external/lzma/C/
H A DBcj2.h15 outSize <= FullOutputSize,
32 Byte *outBuf, SizeT outSize);
H A DBcj2.c38 Byte *outBuf, SizeT outSize)
55 if (outSize == 0)
66 if (outSize - outPos < limit)
67 limit = outSize - outPos;
79 if (limit == 0 || outPos == outSize)
120 if (outPos == outSize)
123 if (outPos == outSize)
126 if (outPos == outSize)
131 return (outPos == outSize) ? SZ_OK : SZ_ERROR_DATA;
33 Bcj2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
H A D7zDec.c67 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
107 for (i = 0; i < outSize; i++)
114 if (i != outSize)
128 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
136 state.dicBufSize = outSize;
152 res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status);
159 if (state.dicBufSize != outSize || lookahead != 0 ||
176 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
186 state.decoder.dicBufSize = outSize;
202 res = Lzma2Dec_DecodeToDic(&state, outSize, inBu
66 SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
127 SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
175 SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
335 SzFolder_Decode2(const CSzFolder *folder, const UInt64 *packSizes, ILookInStream *inStream, UInt64 startPos, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain, Byte *tempBuf[]) argument
459 SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes, ILookInStream *inStream, UInt64 startPos, Byte *outBuffer, size_t outSize, ISzAlloc *allocMain) argument
[all...]
/external/lzma/CPP/7zip/Compress/
H A DCopyCoder.cpp22 const UInt64 * /* inSize */, const UInt64 *outSize,
36 if (outSize != 0)
37 if (size > *outSize - TotalSize)
38 size = (UInt32)(*outSize - TotalSize);
20 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) argument
H A DLzmaDecoder.h43 void SetOutStreamSizeResume(const UInt64 *outSize);
58 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
60 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
70 HRESULT CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress);
H A DCopyCoder.h26 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
H A DLzma2Encoder.h26 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
H A DLzmaEncoder.h26 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
H A DLzmaDecoder.cpp70 void CDecoder::SetOutStreamSizeResume(const UInt64 *outSize) argument
72 _outSizeDefined = (outSize != NULL);
74 _outSize = *outSize;
80 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) argument
84 SetOutStreamSizeResume(outSize);
160 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress)
164 SetOutStreamSize(outSize);
214 HRESULT CDecoder::CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress) argument
216 SetOutStreamSizeResume(outSize);
159 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) argument
H A DLzma2Decoder.h51 ISequentialOutStream *outStream, const UInt64 *_inSize, const UInt64 *outSize,
60 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
H A DPpmdDecoder.h56 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
58 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
/external/lzma/CS/7zip/
H A DICoder.cs31 /// <param name="outSize">
34 void SetProgress(Int64 inSize, Int64 outSize); argument
51 /// <param name="outSize">
61 Int64 inSize, Int64 outSize, ICodeProgress progress);
60 Code(System.IO.Stream inStream, System.IO.Stream outStream, Int64 inSize, Int64 outSize, ICodeProgress progress) argument
/external/lzma/CPP/Windows/
H A DFileIO.h69 LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped) const
72 outBuffer, outSize, bytesReturned, overlapped));
76 DWORD inSize, LPVOID outBuffer, DWORD outSize) const
79 return DeviceIoControl(controlCode, inBuffer, inSize, outBuffer, outSize, &ret, 0);
82 bool DeviceIoControlOut(DWORD controlCode, LPVOID outBuffer, DWORD outSize) const
83 { return DeviceIoControl(controlCode, NULL, 0, outBuffer, outSize); }
68 DeviceIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inSize, LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped) const argument
/external/deqp/framework/platform/android/
H A DtcuAndroidNativeActivity.cpp39 static void* onSaveInstanceStateCallback (ANativeActivity* activity, size_t* outSize) argument
41 return static_cast<tcu::Android::NativeActivity*>(activity->instance)->onSaveInstanceState(outSize);
150 void* NativeActivity::onSaveInstanceState (size_t* outSize) argument
152 *outSize = 0;
H A DtcuAndroidNativeActivity.hpp49 virtual void* onSaveInstanceState (size_t* outSize);
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp322 size_t outSize; local
326 outSize = (size_t)fileSize / 20 * 21 + (1 << 16);
327 if (outSize != 0)
329 outBuffer = (Byte *)MyAlloc((size_t)outSize);
335 int res = Lzma86_Encode(outBuffer, &outSize, inBuffer, inSize,
348 outSize = (size_t)outSize64;
349 if (outSize != outSize64)
351 if (outSize != 0)
353 outBuffer = (Byte *)MyAlloc(outSize);
357 int res = Lzma86_Decode(outBuffer, &outSize, inBuffe
[all...]

Completed in 355 milliseconds

123