Searched defs:outSize (Results 1 - 25 of 40) sorted by path

12

/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libXNVCtrl/
H A DNVCtrl.c1053 int inSize, outSize, length, slop; local
1096 outSize = rep.num_bytes;
1097 slop = outSize & 3;
1099 if (outSize) *ppOut = (char *) Xmalloc(outSize);
1104 _XRead(dpy, (char *) *ppOut, outSize);
/external/chromium_org/third_party/lzma_sdk/
H A D7zDec.c67 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
107 for (i = 0; i < outSize; i++)
114 if (i != outSize)
128 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
136 state.dicBufSize = outSize;
152 res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status);
159 if (state.dicBufSize != outSize || lookahead != 0 ||
176 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
186 state.decoder.dicBufSize = outSize;
202 res = Lzma2Dec_DecodeToDic(&state, outSize, inBu
66 SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
127 SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
175 SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
335 SzFolder_Decode2(const CSzFolder *folder, const UInt64 *packSizes, ILookInStream *inStream, UInt64 startPos, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain, Byte *tempBuf[]) argument
459 SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes, ILookInStream *inStream, UInt64 startPos, Byte *outBuffer, size_t outSize, ISzAlloc *allocMain) argument
[all...]
H A DBcj2.c38 Byte *outBuf, SizeT outSize)
55 if (outSize == 0)
66 if (outSize - outPos < limit)
67 limit = outSize - outPos;
79 if (limit == 0 || outPos == outSize)
120 if (outPos == outSize)
123 if (outPos == outSize)
126 if (outPos == outSize)
131 return (outPos == outSize) ? SZ_OK : SZ_ERROR_DATA;
33 Bcj2_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
H A DLzma2Dec.c293 SizeT outSize = *destLen, inSize = *srcLen; local
303 if (outSize > p->decoder.dicBufSize - dicPos)
310 outSizeCur = dicPos + outSize;
321 outSize -= outSizeCur;
325 if (outSizeCur == 0 || outSize == 0)
335 SizeT outSize = *destLen, inSize = *srcLen; local
343 decoder.decoder.dicBufSize = outSize;
349 res = Lzma2Dec_DecodeToDic(&decoder, outSize, src, srcLen, finishMode, status);
H A DLzmaDec.c842 SizeT outSize = *destLen; local
853 if (outSize > p->dicBufSize - dicPos)
860 outSizeCur = dicPos + outSize;
871 outSize -= outSizeCur;
875 if (outSizeCur == 0 || outSize == 0)
976 SizeT outSize = *destLen; local
986 p.dicBufSize = outSize;
991 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaDec.c843 SizeT outSize = *destLen; local
854 if (outSize > p->dicBufSize - dicPos)
861 outSizeCur = dicPos + outSize;
872 outSize -= outSizeCur;
876 if (outSizeCur == 0 || outSize == 0)
977 SizeT outSize = *destLen; local
987 p.dicBufSize = outSize;
992 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4434 const size_t outSize = outBytes.size(); local
4435 if (size_t(outOffset + inLength) > outSize) {
/external/deqp/framework/platform/android/
H A DtcuAndroidNativeActivity.cpp39 static void* onSaveInstanceStateCallback (ANativeActivity* activity, size_t* outSize) argument
41 return static_cast<tcu::Android::NativeActivity*>(activity->instance)->onSaveInstanceState(outSize);
150 void* NativeActivity::onSaveInstanceState (size_t* outSize) argument
152 *outSize = 0;
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp787 const int outSize = output.varType.getScalarSize(); local
803 if (outSize == 4 && outNumLocs == 1)
810 deUint32* dstPtr = &dstPtrBase[outSize*valNdx + outVecSize*locNdx];
/external/lzma/C/
H A D7zDec.c67 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
107 for (i = 0; i < outSize; i++)
114 if (i != outSize)
128 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
136 state.dicBufSize = outSize;
152 res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status);
159 if (state.dicBufSize != outSize || lookahead != 0 ||
176 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
186 state.decoder.dicBufSize = outSize;
202 res = Lzma2Dec_DecodeToDic(&state, outSize, inBu
66 SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
127 SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
175 SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain) argument
335 SzFolder_Decode2(const CSzFolder *folder, const UInt64 *packSizes, ILookInStream *inStream, UInt64 startPos, Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain, Byte *tempBuf[]) argument
459 SzFolder_Decode(const CSzFolder *folder, const UInt64 *packSizes, ILookInStream *inStream, UInt64 startPos, Byte *outBuffer, size_t outSize, ISzAlloc *allocMain) argument
[all...]
H A DBcj2.c38 Byte *outBuf, SizeT outSize)
55 if (outSize == 0)
66 if (outSize - outPos < limit)
67 limit = outSize - outPos;
79 if (limit == 0 || outPos == outSize)
120 if (outPos == outSize)
123 if (outPos == outSize)
126 if (outPos == outSize)
131 return (outPos == outSize) ? SZ_OK : SZ_ERROR_DATA;
33 Bcj2_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
H A DLzma2Dec.c293 SizeT outSize = *destLen, inSize = *srcLen; local
303 if (outSize > p->decoder.dicBufSize - dicPos)
310 outSizeCur = dicPos + outSize;
321 outSize -= outSizeCur;
325 if (outSizeCur == 0 || outSize == 0)
335 SizeT outSize = *destLen, inSize = *srcLen; local
343 decoder.decoder.dicBufSize = outSize;
349 res = Lzma2Dec_DecodeToDic(&decoder, outSize, src, srcLen, finishMode, status);
H A DLzma2Enc.c236 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize) argument
238 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK;
H A DLzmaDec.c842 SizeT outSize = *destLen; local
853 if (outSize > p->dicBufSize - dicPos)
860 outSizeCur = dicPos + outSize;
871 outSize -= outSizeCur;
875 if (outSizeCur == 0 || outSize == 0)
976 SizeT outSize = *destLen; local
986 p.dicBufSize = outSize;
991 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status);
H A DMtCoder.c56 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize) argument
58 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK;
80 SRes MtProgress_Set(CMtProgress *p, unsigned index, UInt64 inSize, UInt64 outSize) argument
85 UPDATE_PROGRESS(outSize, p->outSizes[index], p->totalOutSize)
/external/lzma/CPP/7zip/Archive/Common/
H A DCrossThreadProgress.cpp7 STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) argument
10 OutSize = outSize;
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp322 size_t outSize; local
326 outSize = (size_t)fileSize / 20 * 21 + (1 << 16);
327 if (outSize != 0)
329 outBuffer = (Byte *)MyAlloc((size_t)outSize);
335 int res = Lzma86_Encode(outBuffer, &outSize, inBuffer, inSize,
348 outSize = (size_t)outSize64;
349 if (outSize != outSize64)
351 if (outSize != 0)
353 outBuffer = (Byte *)MyAlloc(outSize);
357 int res = Lzma86_Decode(outBuffer, &outSize, inBuffe
[all...]
/external/lzma/CPP/7zip/Common/
H A DCWrappers.cpp15 static SRes CompressProgress(void *pp, UInt64 inSize, UInt64 outSize) argument
18 p->Res = p->Progress->SetRatioInfo(CONVERT_PR_VAL(inSize), CONVERT_PR_VAL(outSize));
H A DFilterCoder.cpp40 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress)
44 _outSizeIsDefined = (outSize != 0);
46 _outSize = *outSize;
39 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) argument
H A DProgressUtils.cpp21 STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) argument
26 if (outSize)
27 outSizeNew += (*outSize);
/external/lzma/CPP/7zip/Compress/
H A DCopyCoder.cpp22 const UInt64 * /* inSize */, const UInt64 *outSize,
36 if (outSize != 0)
37 if (size > *outSize - TotalSize)
38 size = (UInt32)(*outSize - TotalSize);
20 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) argument
H A DLzma2Decoder.cpp62 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) argument
64 _outSizeDefined = (outSize != NULL);
66 _outSize = *outSize;
77 const UInt64 *outSize, ICompressProgressInfo *progress)
81 SetOutStreamSize(outSize);
75 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) argument
H A DLzmaDecoder.cpp70 void CDecoder::SetOutStreamSizeResume(const UInt64 *outSize) argument
72 _outSizeDefined = (outSize != NULL);
74 _outSize = *outSize;
80 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) argument
84 SetOutStreamSizeResume(outSize);
160 const UInt64 * /* inSize */, const UInt64 *outSize, ICompressProgressInfo *progress)
164 SetOutStreamSize(outSize);
214 HRESULT CDecoder::CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress) argument
216 SetOutStreamSizeResume(outSize);
159 Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UInt64 * , const UInt64 *outSize, ICompressProgressInfo *progress) argument
H A DPpmdEncoder.cpp74 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)
113 UInt64 outSize = _outStream.GetProcessed(); local
114 RINOK(progress->SetRatioInfo(&processed, &outSize));

Completed in 615 milliseconds

12