Searched refs:outSize (Results 1 - 25 of 83) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaRamDecode.h14 outSize - uncompressed size
23 size_t *outSize);
32 outSize - output size
50 size_t outSize,
H A DLzmaRamDecode.c18 size_t *outSize)
23 *outSize = 0;
25 *outSize += ((size_t)inBuffer[LZMA_SIZE_OFFSET + i]) << (8 * i);
39 size_t outSize,
66 outBuffer, (SizeT)outSize, &outSizeProcessedLoc);
15 LzmaRamGetUncompressedSize( const unsigned char *inBuffer, size_t inSize, size_t *outSize) argument
35 LzmaRamDecompress( const unsigned char *inBuffer, size_t inSize, unsigned char *outBuffer, size_t outSize, size_t *outSizeProcessed, void * (*allocFunc)(size_t size), void (*freeFunc)(void *)) argument
H A DLzmaRam.h43 Byte *outBuffer, size_t outSize, size_t *outSizeProcessed,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaRamDecode.h14 outSize - uncompressed size
23 size_t *outSize);
32 outSize - output size
50 size_t outSize,
H A DLzmaRamDecode.c18 size_t *outSize)
23 *outSize = 0;
25 *outSize += ((size_t)inBuffer[LZMA_SIZE_OFFSET + i]) << (8 * i);
39 size_t outSize,
66 outBuffer, (SizeT)outSize, &outSizeProcessedLoc);
15 LzmaRamGetUncompressedSize( const unsigned char *inBuffer, size_t inSize, size_t *outSize) argument
35 LzmaRamDecompress( const unsigned char *inBuffer, size_t inSize, unsigned char *outBuffer, size_t outSize, size_t *outSizeProcessed, void * (*allocFunc)(size_t size), void (*freeFunc)(void *)) argument
H A DLzmaRam.h43 Byte *outBuffer, size_t outSize, size_t *outSizeProcessed,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaRamDecode.h14 outSize - uncompressed size
23 size_t *outSize);
32 outSize - output size
50 size_t outSize,
H A DLzmaRamDecode.c18 size_t *outSize)
23 *outSize = 0;
25 *outSize += ((size_t)inBuffer[LZMA_SIZE_OFFSET + i]) << (8 * i);
39 size_t outSize,
66 outBuffer, (SizeT)outSize, &outSizeProcessedLoc);
15 LzmaRamGetUncompressedSize( const unsigned char *inBuffer, size_t inSize, size_t *outSize) argument
35 LzmaRamDecompress( const unsigned char *inBuffer, size_t inSize, unsigned char *outBuffer, size_t outSize, size_t *outSizeProcessed, void * (*allocFunc)(size_t size), void (*freeFunc)(void *)) argument
H A DLzmaRam.h43 Byte *outBuffer, size_t outSize, size_t *outSizeProcessed,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp21 STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) argument
26 if (outSize)
27 outSizeNew += (*outSize);
H A DProgressUtils.h31 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp21 STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) argument
26 if (outSize)
27 outSizeNew += (*outSize);
H A DProgressUtils.h31 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp21 STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) argument
26 if (outSize)
27 outSizeNew += (*outSize);
H A DProgressUtils.h31 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Branch/
H A DBranchX86_2.h13 outSize <= FullOutputSize,
26 Byte *outBuf, SizeT outSize);
H A DBranchX86_2.c45 Byte *outBuf, SizeT outSize)
59 if (outSize == 0)
69 if (outSize - outPos < limit)
70 limit = outSize - outPos;
82 if (limit == 0 || outPos == outSize)
123 if (outPos == outSize)
126 if (outPos == outSize)
129 if (outPos == outSize)
134 return (outPos == outSize) ? BCJ2_RESULT_OK : BCJ2_RESULT_DATA_ERROR;
40 x86_2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Branch/
H A DBranchX86_2.h13 outSize <= FullOutputSize,
26 Byte *outBuf, SizeT outSize);
H A DBranchX86_2.c45 Byte *outBuf, SizeT outSize)
59 if (outSize == 0)
69 if (outSize - outPos < limit)
70 limit = outSize - outPos;
82 if (limit == 0 || outPos == outSize)
123 if (outPos == outSize)
126 if (outPos == outSize)
129 if (outPos == outSize)
134 return (outPos == outSize) ? BCJ2_RESULT_OK : BCJ2_RESULT_DATA_ERROR;
40 x86_2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Branch/
H A DBranchX86_2.h13 outSize <= FullOutputSize,
26 Byte *outBuf, SizeT outSize);
H A DBranchX86_2.c45 Byte *outBuf, SizeT outSize)
59 if (outSize == 0)
69 if (outSize - outPos < limit)
70 limit = outSize - outPos;
82 if (limit == 0 || outPos == outSize)
123 if (outPos == outSize)
126 if (outPos == outSize)
129 if (outPos == outSize)
134 return (outPos == outSize) ? BCJ2_RESULT_OK : BCJ2_RESULT_DATA_ERROR;
40 x86_2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Lzma/
H A DLzmaStateTest.c42 or you can use UInt64 outSize, if your compiler supports 64-bit integers*/
43 UInt32 outSize = 0; local
75 outSize += (UInt32)(b) << (i * 8);
109 if (!waitEOS && outSizeHigh == 0 && outAvail > outSize)
110 outAvail = outSize;
138 if (outSize < outProcessed)
140 outSize -= (UInt32)outProcessed;
141 outSize &= 0xFFFFFFFF;
145 if (!waitEOS && (outSize != 0 || outSizeHigh != 0))
150 while ((outSize !
[all...]
H A DLzmaTest.c75 or you can use UInt64 outSize, if your compiler supports 64-bit integers*/
76 UInt32 outSize = 0; local
133 outSize += (UInt32)(b) << (i * 8);
141 outSizeFull = (SizeT)outSize;
144 else if (outSizeHigh != 0 || (UInt32)(SizeT)outSize != outSize)
220 if (!waitEOS && outSizeHigh == 0 && outAvail > outSize)
221 outAvail = (SizeT)outSize;
248 if (outSize < outProcessed)
250 outSize
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Lzma/
H A DLzmaStateTest.c42 or you can use UInt64 outSize, if your compiler supports 64-bit integers*/
43 UInt32 outSize = 0; local
75 outSize += (UInt32)(b) << (i * 8);
109 if (!waitEOS && outSizeHigh == 0 && outAvail > outSize)
110 outAvail = outSize;
138 if (outSize < outProcessed)
140 outSize -= (UInt32)outProcessed;
141 outSize &= 0xFFFFFFFF;
145 if (!waitEOS && (outSize != 0 || outSizeHigh != 0))
150 while ((outSize !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Lzma/
H A DLzmaStateTest.c42 or you can use UInt64 outSize, if your compiler supports 64-bit integers*/
43 UInt32 outSize = 0; local
75 outSize += (UInt32)(b) << (i * 8);
109 if (!waitEOS && outSizeHigh == 0 && outAvail > outSize)
110 outAvail = outSize;
138 if (outSize < outProcessed)
140 outSize -= (UInt32)outProcessed;
141 outSize &= 0xFFFFFFFF;
145 if (!waitEOS && (outSize != 0 || outSizeHigh != 0))
150 while ((outSize !
[all...]

Completed in 144 milliseconds

1234