| /third_party/lz4/tests/ |
| D | fullbench.c | 182 static int local_LZ4_saveDict(const char* in, char* out, int inSize) in local_LZ4_saveDict() 188 static int local_LZ4_compress_default_large(const char* in, char* out, int inSize) in local_LZ4_compress_default_large() 193 static int local_LZ4_compress_default_small(const char* in, char* out, int inSize) in local_LZ4_compress_default_small() 198 static int local_LZ4_compress_destSize(const char* in, char* out, int inSize) in local_LZ4_compress_destSize() 203 static int local_LZ4_compress_fast0(const char* in, char* out, int inSize) in local_LZ4_compress_fast0() 208 static int local_LZ4_compress_fast1(const char* in, char* out, int inSize) in local_LZ4_compress_fast1() 213 static int local_LZ4_compress_fast2(const char* in, char* out, int inSize) in local_LZ4_compress_fast2() 218 static int local_LZ4_compress_fast17(const char* in, char* out, int inSize) in local_LZ4_compress_fast17() 223 static int local_LZ4_compress_fast_extState0(const char* in, char* out, int inSize) in local_LZ4_compress_fast_extState0() 228 static int local_LZ4_compress_fast_continue0(const char* in, char* out, int inSize) in local_LZ4_compress_fast_continue0() [all …]
|
| /third_party/lzma/C/ |
| D | Lzma2Dec.c | 179 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 = *srcLen; in Lzma2Decode() local
|
| D | 7zDec.c | 98 static SRes SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inS… in SzDecodePpmd() 163 static SRes SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inS… in SzDecodeLzma() 223 static SRes SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr in… in SzDecodeLzma2() 282 static SRes SzDecodeCopy(UInt64 inSize, ILookInStreamPtr inStream, Byte *outBuffer) in SzDecodeCopy() 432 UInt64 inSize; in SzFolder_Decode2() local
|
| D | MtDec.c | 45 SRes MtProgress_ProgressAdd(CMtProgress *p, UInt64 inSize, UInt64 outSize) in MtProgress_ProgressAdd() 184 static SRes MtDec_Progress_GetError_Spec(CMtDec *p, UInt64 inSize, UInt64 outSize, UInt64 interrupt… in MtDec_Progress_GetError_Spec() 610 size_t inSize; in MtDec_ThreadFunc2() local
|
| D | MtCoder.c | 10 static SRes MtProgressThunk_Progress(ICompressProgressPtr pp, UInt64 inSize, UInt64 outSize) in MtProgressThunk_Progress()
|
| D | LzmaDec.c | 955 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local 1203 SizeT inSize = *srcLen; in LzmaDec_DecodeToBuf() local 1346 SizeT outSize = *destLen, inSize = *srcLen; in LzmaDecode() local
|
| D | MtCoder.h | 34 UInt64 inSize; member
|
| /third_party/lzma/Java/SevenZip/ |
| D | ICodeProgress.java | 5 public void SetProgress(long inSize, long outSize); in SetProgress()
|
| D | LzmaBench.java | 202 public void SetProgress(long inSize, long outSize) in SetProgress() 244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize) in GetDecompressRating()
|
| /third_party/lzma/CS/7zip/ |
| D | ICoder.cs | 34 void SetProgress(Int64 inSize, Int64 outSize); in SetProgress() 61 Int64 inSize, Int64 outSize, ICodeProgress progress); in Code()
|
| /third_party/lzma/CPP/7zip/Common/ |
| D | ProgressUtils.cpp | 23 Z7_COM7F_IMF(CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)) in Z7_COM7F_IMF()
|
| D | CWrappers.cpp | 60 static SRes CompressProgress(ICompressProgressPtr pp, UInt64 inSize, UInt64 outSize) throw() in CompressProgress()
|
| /third_party/lzma/CPP/7zip/Compress/ |
| D | LzmaDecoder.cpp | 211 const UInt64 inSize = _inProcessed - startInProgress; in CodeSpec() local 219 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress)) in Z7_COM7F_IMF()
|
| D | Bcj2Coder.cpp | 149 const UInt64 inSize = *inSizes[0]; in CodeReal() local 599 const UInt64 inSize = processed + in Z7_COM7F_IMF() local
|
| D | PpmdDecoder.cpp | 133 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress)) in Z7_COM7F_IMF()
|
| D | Lzma2Decoder.cpp | 85 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress)) in Z7_COM7F_IMF()
|
| /third_party/lzma/CS/7zip/Compress/LzmaAlone/ |
| D | LzmaBench.cs | 152 public void SetProgress(Int64 inSize, Int64 outSize) in SetProgress() 194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize) in GetDecompressRating()
|
| /third_party/lzma/CPP/7zip/Archive/7z/ |
| D | 7zEncode.cpp | 109 Z7_COM7F_IMF(CMtEncMultiProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 * /* outSize */)) in Z7_COM7F_IMF()
|
| /third_party/lzma/CS/7zip/Compress/LZMA/ |
| D | LzmaEncoder.cs | 1063 public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool finished) in CodeOneBlock() 1250 Int64 inSize, Int64 outSize) in SetStreams() 1274 Int64 inSize, Int64 outSize, ICodeProgress progress) in Code()
|
| D | LzmaDecoder.cs | 231 Int64 inSize, Int64 outSize, ICodeProgress progress) in Code()
|
| /third_party/lzma/C/Util/Lzma/ |
| D | LzmaUtil.c | 111 size_t inPos = 0, inSize = 0, outPos = 0; in Decode2() local
|
| /third_party/lzma/Java/SevenZip/Compression/LZMA/ |
| D | Encoder.java | 1063 public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] finished) throws IOException in CodeOneBlock() 1250 long inSize, long outSize) in SetStreams() 1274 long inSize, long outSize, ICodeProgress progress) throws IOException in Code()
|
| /third_party/lz4/programs/ |
| D | lz4cli.c | 303 size_t const inSize = strlen(inputFilename); in determineOpMode() local
|
| /third_party/lz4/examples/ |
| D | frameCompress.c | 87 long long inSize = IN_CHUNK_SIZE; in compress_file_internal() local
|
| /third_party/lzma/CPP/7zip/UI/FileManager/ |
| D | ProgressDialog2.cpp | 167 void CProgressSync::Set_Ratio(const UInt64 *inSize, const UInt64 *outSize) in Set_Ratio() 691 UInt64 total, completed, totalFiles, completedFiles, inSize, outSize; in UpdateStatInfo() local
|