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

1234

/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/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/lzma/C/
H A DBcj2.h13 outSize <= FullOutputSize,
30 Byte *outBuf, SizeT outSize);
H A DBcj2.c40 Byte *outBuf, SizeT outSize)
57 if (outSize == 0)
68 if (outSize - outPos < limit)
69 limit = outSize - outPos;
81 if (limit == 0 || outPos == outSize)
122 if (outPos == outSize)
125 if (outPos == outSize)
128 if (outPos == outSize)
133 return (outPos == outSize) ? SZ_OK : SZ_ERROR_DATA;
35 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.c69 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
109 for (i = 0; i < outSize; i++)
116 if (i != outSize)
130 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
138 state.dicBufSize = outSize;
154 res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status);
161 if (state.dicBufSize != outSize || lookahead != 0 ||
178 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
188 state.decoder.dicBufSize = outSize;
204 res = Lzma2Dec_DecodeToDic(&state, outSize, inBu
68 SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
129 SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
177 SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
329 SzFolder_Decode2(const CSzFolder *folder, const Byte *propsData, const UInt64 *unpackSizes, const UInt64 *packPositions, ILookInStream *inStream, UInt64 startPos, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain, Byte *tempBuf[]) argument
456 SzAr_DecodeFolder(const CSzAr *p, UInt32 folderIndex, 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 && size > *outSize - TotalSize)
37 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 DLzma2Encoder.h26 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
H A DLzmaDecoder.cpp71 void CDecoder::SetOutStreamSizeResume(const UInt64 *outSize) argument
73 _outSizeDefined = (outSize != NULL);
75 _outSize = *outSize;
81 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) argument
86 SetOutStreamSizeResume(outSize);
174 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress)
178 SetOutStreamSize(outSize);
228 HRESULT CDecoder::CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress) argument
230 SetOutStreamSizeResume(outSize);
173 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) argument
H A DLzmaEncoder.h27 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
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);
H A DPpmdDecoder.cpp100 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress)
110 SetOutStreamSize(outSize);
131 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) argument
133 _outSizeDefined = (outSize != NULL);
135 _outSize = *outSize;
99 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) argument
H A DCopyCoder.h26 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
H A DPpmdEncoder.h48 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
/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/lz4/programs/
H A Dfullbench.c345 static int local_LZ4_decompress_fast(const char* in, char* out, int inSize, int outSize) argument
348 LZ4_decompress_fast(in, out, outSize);
349 return outSize;
352 static int local_LZ4_decompress_fast_withPrefix64k(const char* in, char* out, int inSize, int outSize) argument
355 LZ4_decompress_fast_withPrefix64k(in, out, outSize);
356 return outSize;
359 static int local_LZ4_decompress_fast_usingDict(const char* in, char* out, int inSize, int outSize) argument
362 LZ4_decompress_fast_usingDict(in, out, outSize, out - 65536, 65536);
363 return outSize;
366 static int local_LZ4_decompress_safe_usingDict(const char* in, char* out, int inSize, int outSize) argument
375 local_LZ4_decompress_safe_forceExtDict(const char* in, char* out, int inSize, int outSize) argument
382 local_LZ4_decompress_safe_partial(const char* in, char* out, int inSize, int outSize) argument
389 local_LZ4F_decompress(const char* in, char* out, int inSize, int outSize) argument
[all...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DDisplayFacade.java73 Point outSize = new Point();
75 d.getSize(outSize);
76 return outSize;
/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.cpp361 size_t outSize; local
365 outSize = (size_t)fileSize / 20 * 21 + (1 << 16);
366 if (outSize != 0)
368 outBuffer = (Byte *)MyAlloc((size_t)outSize);
374 int res = Lzma86_Encode(outBuffer, &outSize, inBuffer, inSize,
387 outSize = (size_t)outSize64;
388 if (outSize != outSize64)
390 if (outSize != 0)
392 outBuffer = (Byte *)MyAlloc(outSize);
396 int res = Lzma86_Decode(outBuffer, &outSize, inBuffe
[all...]
/external/lzma/CPP/Windows/
H A DFileIO.h73 LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped = NULL) const
76 outBuffer, outSize, bytesReturned, overlapped));
79 bool DeviceIoControlOut(DWORD controlCode, LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned) const argument
81 return DeviceIoControl(controlCode, NULL, 0, outBuffer, outSize, bytesReturned);
84 bool DeviceIoControlOut(DWORD controlCode, LPVOID outBuffer, DWORD outSize) const
87 return DeviceIoControlOut(controlCode, outBuffer, outSize, &bytesReturned);
72 DeviceIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inSize, LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped = NULL) const argument

Completed in 286 milliseconds

1234