Home
last modified time | relevance | path

Searched defs:inSize (Results 1 – 25 of 33) sorted by relevance

12

/external/lzma/CPP/7zip/Archive/Common/
DCrossThreadProgress.cpp7 STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo()
/external/lzma/Java/SevenZip/
DICodeProgress.java5 public void SetProgress(long inSize, long outSize); in SetProgress()
DLzmaBench.java202 public void SetProgress(long inSize, long outSize) in SetProgress()
244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize) in GetDecompressRating()
/external/lzma/C/
D7zDec.c66 static SRes SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodePpmd()
127 static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodeLzma()
175 static SRes SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodeLzma2()
224 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer) in SzDecodeCopy()
355 UInt64 inSize; in SzFolder_Decode2() local
DLzma2Dec.c173 SizeT inSize = *srcLen; in Lzma2Dec_DecodeToDic() local
293 SizeT outSize = *destLen, inSize = *srcLen; in Lzma2Dec_DecodeToBuf() local
335 SizeT outSize = *destLen, inSize = *srcLen; in Lzma2Decode() local
DMtCoder.c56 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize) in Progress()
80 SRes MtProgress_Set(CMtProgress *p, unsigned index, UInt64 inSize, UInt64 outSize) in MtProgress_Set()
DLzmaDec.c487 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy()
722 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local
843 SizeT inSize = *srcLen; in LzmaDec_DecodeToBuf() local
975 SizeT inSize = *srcLen; in LzmaDecode() local
/external/chromium_org/third_party/lzma_sdk/
D7zDec.c66 static SRes SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodePpmd()
127 static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodeLzma()
175 static SRes SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodeLzma2()
224 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer) in SzDecodeCopy()
355 UInt64 inSize; in SzFolder_Decode2() local
DLzma2Dec.c173 SizeT inSize = *srcLen; in Lzma2Dec_DecodeToDic() local
293 SizeT outSize = *destLen, inSize = *srcLen; in Lzma2Dec_DecodeToBuf() local
335 SizeT outSize = *destLen, inSize = *srcLen; in Lzma2Decode() local
DLzmaDec.c487 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy()
722 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local
843 SizeT inSize = *srcLen; in LzmaDec_DecodeToBuf() local
975 SizeT inSize = *srcLen; in LzmaDecode() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DStrings.java11 int inSize; in fromStream() local
/external/lzma/CPP/7zip/Common/
DProgressUtils.cpp21 STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo()
DCWrappers.cpp15 static SRes CompressProgress(void *pp, UInt64 inSize, UInt64 outSize) in CompressProgress()
/external/lzma/CS/7zip/
DICoder.cs34 void SetProgress(Int64 inSize, Int64 outSize); in SetProgress()
61 Int64 inSize, Int64 outSize, ICodeProgress progress); in Code()
/external/lzma/CPP/Windows/
DFileIO.h68 bool DeviceIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inSize, in DeviceIoControl()
76 DWORD inSize, LPVOID outBuffer, DWORD outSize) const in DeviceIoControl()
/external/mdnsresponder/mDNSShared/
DDebugServices.c552 static OSStatus DebugPrint( DebugLevel inLevel, char *inData, size_t inSize ) in DebugPrint()
767 static void DebugFPrintFPrint( char *inData, size_t inSize ) in DebugFPrintFPrint()
835 static void DebugiDebugPrint( char *inData, size_t inSize ) in DebugiDebugPrint()
868 static void DebugKPrintFPrint( char *inData, size_t inSize ) in DebugKPrintFPrint()
881 static void DebugMacOSXIOLogPrint( char *inData, size_t inSize ) in DebugMacOSXIOLogPrint()
939 static void DebugMacOSXLogPrint( char *inData, size_t inSize ) in DebugMacOSXLogPrint()
953 void DebugWindowsDebuggerPrint( char *inData, size_t inSize ) in DebugWindowsDebuggerPrint()
1061 static void DebugWindowsEventLogPrint( DebugLevel inLevel, char *inData, size_t inSize ) in DebugWindowsEventLogPrint()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs152 public void SetProgress(Int64 inSize, Int64 outSize) in SetProgress()
194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize) in GetDecompressRating()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp43 STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo()
DArchiveExtractCallback.cpp103 STDMETHODIMP CArchiveExtractCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1063 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()
DLzmaDecoder.cs231 Int64 inSize, Int64 outSize, ICodeProgress progress) in Code()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c488 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy()
723 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local
844 SizeT inSize = *srcLen; in LzmaDec_DecodeToBuf() local
976 SizeT inSize = *srcLen; in LzmaDecode() local
/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp153 UInt64 inSize = _inSizeProcessed - startInProgress; in CodeSpec() local
/external/lzma/C/Util/Lzma/
DLzmaUtil.c61 size_t inPos = 0, inSize = 0, outPos = 0; in Decode2() local
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp300 static SRes OpenCallbackProgress(void *pp, UInt64 inSize, UInt64 /* outSize */) in OpenCallbackProgress() argument
492 UInt32 inSize = 0; in Extract() local

12