/third_party/lzma/Java/SevenZip/ |
H A D | ICodeProgress.java | 5 public void SetProgress(long inSize, long outSize);
in SetProgress() argument
|
H A D | LzmaBench.java | 202 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 D | ProgressUtils.cpp | 23 Z7_COM7F_IMF(CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize))
in SetRatioInfo() argument
|
H A D | CWrappers.cpp | 60 static SRes CompressProgress(ICompressProgressPtr pp, UInt64 inSize, UInt64 outSize) throw()
in CompressProgress() argument
|
H A D | FilterCoder.cpp | 432 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 D | CopyCoder.cpp | 23 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
|
H A D | XzDecoder.cpp | 116 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
|
H A D | PpmdEncoder.cpp | 187 const UInt64 outSize = _outStream.GetProcessed();
in Code() local
|
H A D | LzmaDecoder.cpp | 82 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 D | PpmdDecoder.cpp | 169 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 D | Lzma2Decoder.cpp | 215 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 D | Bcj2Coder.cpp | 579 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 D | 7zDecode.cpp | 24 Z7_COM7F_IMF(CDecProgress::SetRatioInfo(const UInt64 * /* inSize */, const UInt64 *outSize))
in SetRatioInfo() argument
|
/third_party/lzma/CS/7zip/ |
H A D | ICoder.cs | 34 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 D | MtCoder.c | 10 static SRes MtProgressThunk_Progress(ICompressProgressPtr pp, UInt64 inSize, UInt64 outSize)
in MtProgressThunk_Progress() argument
|
H A D | Lzma2Dec.c | 307 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 D | MtCoder.h | 35 UInt64 outSize;
member
|
/third_party/icu/icu4c/source/i18n/ |
H A D | measunit_extra.cpp | 174 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 D | Decoder.java | 201 Code(java.io.InputStream inStream, java.io.OutputStream outStream, long outSize) Code() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | measunit_extra.cpp | 174 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 D | measunit_extra.cpp | 175 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 D | es31fTessellationTests.cpp | 7506 const int outSize = patchVertexCountCases[caseNdx].outPatchSize; in init() local
|
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidNativeActivity.cpp | 39 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 D | LzmaBench.cs | 152 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 D | FileIO.h | 131 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
|