Home
last modified time | relevance | path

Searched defs:inSize (Results 1 - 25 of 43) sorted by relevance

12

/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
/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.c179 SizeT inSize = *srcLen; in Lzma2Dec_DecodeToDic() local
312 SizeT inSize = *srcLen; in Lzma2Dec_Parse() local
430 SizeT outSize = *destLen, inSize = *srcLen; in Lzma2Dec_DecodeToBuf() local
474 SizeT outSize = *destLen, inSize in Lzma2Decode() local
[all...]
H A DMtCoder.h34 UInt64 inSize; member
H A D7zDec.c98 static SRes SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inStream, in SzDecodePpmd() argument
163 static SRes SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inStream, in SzDecodeLzma() argument
223 static SRes SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inStream, in SzDecodeLzma2() argument
282 SzDecodeCopy(UInt64 inSize, ILookInStreamPtr inStream, Byte *outBuffer) SzDecodeCopy() argument
432 UInt64 inSize; SzFolder_Decode2() local
[all...]
H A DLzma2Enc.c347 static SRes Progress(ICompressProgressPtr p, UInt64 inSize, UInt64 outSize) in Progress() argument
H A DMtDec.c45 SRes MtProgress_ProgressAdd(CMtProgress *p, UInt64 inSize, UInt64 outSize) in MtProgress_ProgressAdd() argument
184 static SRes MtDec_Progress_GetError_Spec(CMtDec *p, UInt64 inSize, UInt64 outSize, UInt64 interruptIndex, BoolInt *wasInterrupted) in MtDec_Progress_GetError_Spec() argument
610 size_t inSize; in MtDec_ThreadFunc2() local
[all...]
/third_party/lzma/C/Util/Lzma/
H A DLzmaUtil.c111 size_t inPos = 0, inSize = 0, outPos = 0; in Decode2() local
/third_party/lzma/CPP/7zip/Compress/
H A DLzmaDecoder.cpp211 const UInt64 inSize = _inProcessed - startInProgress; in CodeSpec() local
218 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
H A DPpmdDecoder.cpp132 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
H A DLzma2Decoder.cpp84 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress) Code() argument
H A DBcj2Coder.cpp149 const UInt64 inSize = *inSizes[0]; in CodeReal() local
599 const UInt64 inSize = processed + in Code() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp7505 const int inSize = patchVertexCountCases[caseNdx].inPatchSize; in init() local
/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.h124 bool DeviceIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inSize, in DeviceIoControl() argument
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs230 Code(System.IO.Stream inStream, System.IO.Stream outStream, Int64 inSize, Int64 outSize, ICodeProgress progress) Code() argument
/third_party/lz4/examples/
H A DframeCompress.c87 long long inSize = IN_CHUNK_SIZE; in compress_file_internal() local
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp109 Z7_COM7F_IMF(CMtEncMultiProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 * /* outSize */)) in SetRatioInfo() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp122 Z7_COM7F_IMF(CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)) in SetRatioInfo() argument
/third_party/lz4/programs/
H A Dlz4cli.c303 size_t const inSize = strlen(inputFilename); in determineOpMode() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp964 const int inSize = patchVertexCountCases[caseNdx].inPatchSize; in createShaderInputOutputTests() local

Completed in 25 milliseconds

12