Home
last modified time | relevance | path

Searched defs:outSize (Results 1 - 25 of 54) sorted by relevance

123

/third_party/lzma/Java/SevenZip/
H A DICodeProgress.java5 public void SetProgress(long inSize, long outSize); in SetProgress() argument
H A DLzmaBench.java202 public void SetProgress(long inSize, long outSize) in SetProgress() argument
244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize) in GetDecompressRating() argument
/third_party/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp23 Z7_COM7F_IMF(CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)) in SetRatioInfo() argument
H A DCWrappers.cpp60 static SRes CompressProgress(ICompressProgressPtr pp, UInt64 inSize, UInt64 outSize) throw() in CompressProgress() argument
H A DFilterCoder.cpp432 Z7_COM7F_IMF(CFilterCoder::SetOutStreamSize(const UInt64 *outSize)) in SetOutStreamSize() argument
88 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
/third_party/lzma/CPP/7zip/Compress/
H A DCopyCoder.cpp23 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
H A DXzDecoder.cpp116 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
H A DPpmdEncoder.cpp187 const UInt64 outSize = _outStream.GetProcessed(); in Code() local
H A DLzmaDecoder.cpp82 void CDecoder::SetOutStreamSizeResume(const UInt64 *outSize) in SetOutStreamSizeResume() argument
95 Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize)) in SetOutStreamSize() argument
305 HRESULT CDecoder::CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress) in CodeResume() argument
218 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
H A DPpmdDecoder.cpp169 Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize)) in SetOutStreamSize() argument
132 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
H A DLzma2Decoder.cpp215 Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize)) in SetOutStreamSize() argument
84 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
H A DBcj2Coder.cpp579 const UInt64 outSize = *outSizes[0] - outSizeWritten; in Code() local
685 Z7_COM7F_IMF(CDecoder::SetOutStreamSize(const UInt64 *outSize)) in SetOutStreamSize() argument
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp24 Z7_COM7F_IMF(CDecProgress::SetRatioInfo(const UInt64 * /* inSize */, const UInt64 *outSize)) in SetRatioInfo() argument
/third_party/lzma/CS/7zip/
H A DICoder.cs34 void SetProgress(Int64 inSize, Int64 outSize); in SetProgress() argument
60 Code(System.IO.Stream inStream, System.IO.Stream outStream, Int64 inSize, Int64 outSize, ICodeProgress progress) Code() argument
/third_party/lzma/C/
H A DMtCoder.c10 static SRes MtProgressThunk_Progress(ICompressProgressPtr pp, UInt64 inSize, UInt64 outSize) in MtProgressThunk_Progress() argument
H A DLzma2Dec.c307 Lzma2Dec_Parse(CLzma2Dec *p, SizeT outSize, const Byte *src, SizeT *srcLen, int checkFinishBlock) Lzma2Dec_Parse() argument
430 SizeT outSize = *destLen, inSize = *srcLen; Lzma2Dec_DecodeToBuf() local
474 SizeT outSize = *destLen, inSize = *srcLen; Lzma2Decode() local
[all...]
H A DMtCoder.h35 UInt64 outSize; member
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit_extra.cpp174 SimpleUnitIdentifiersSink(StringPiece quantitiesTrieData, const char **out, int32_t *outCategories, int32_t outSize, BytesTrieBuilder &trieBuilder, int32_t trieValueOffset) SimpleUnitIdentifiersSink() argument
[all...]
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java201 Code(java.io.InputStream inStream, java.io.OutputStream outStream, long outSize) Code() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasunit_extra.cpp174 SimpleUnitIdentifiersSink(StringPiece quantitiesTrieData, const char **out, int32_t *outCategories, int32_t outSize, BytesTrieBuilder &trieBuilder, int32_t trieValueOffset) SimpleUnitIdentifiersSink() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasunit_extra.cpp175 SimpleUnitIdentifiersSink(StringPiece quantitiesTrieData, const char **out, int32_t *outCategories, int32_t outSize, BytesTrieBuilder &trieBuilder, int32_t trieValueOffset) SimpleUnitIdentifiersSink() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp7506 const int outSize = patchVertexCountCases[caseNdx].outPatchSize; in init() local
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidNativeActivity.cpp39 static void* onSaveInstanceStateCallback (ANativeActivity* activity, size_t* outSize) in onSaveInstanceStateCallback() argument
150 void* NativeActivity::onSaveInstanceState (size_t* outSize) in onSaveInstanceState() argument
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs152 public void SetProgress(Int64 inSize, Int64 outSize) in SetProgress() argument
194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize) in GetDecompressRating() argument
/third_party/lzma/CPP/Windows/
H A DFileIO.h131 bool DeviceIoControlOut(DWORD controlCode, LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned) const in DeviceIoControlOut() argument
124 DeviceIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inSize, LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped = NULL) const DeviceIoControl() argument

Completed in 20 milliseconds

123