Home
last modified time | relevance | path

Searched refs:outSize (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/lzma/
H A DLzmaTools.c59 SizeT outSize; in lzmaBuffToBuffDecompress() local
72 outSize = 0; in lzmaBuffToBuffDecompress()
78 outSize += (UInt32)(b) << (i * 8); in lzmaBuffToBuffDecompress()
84 outSizeFull = (SizeT)outSize; in lzmaBuffToBuffDecompress()
91 } else if (outSizeHigh != 0 || (UInt32)(SizeT)outSize != outSize) { in lzmaBuffToBuffDecompress()
98 if (outSizeHigh != (SizeT)-1 || outSize != (SizeT)-1) { in lzmaBuffToBuffDecompress()
H A DLzmaDec.c868 SizeT outSize = *destLen; in LzmaDec_DecodeToBuf() local
879 if (outSize > p->dicBufSize - dicPos) in LzmaDec_DecodeToBuf()
886 outSizeCur = dicPos + outSize; in LzmaDec_DecodeToBuf()
897 outSize -= outSizeCur; in LzmaDec_DecodeToBuf()
901 if (outSizeCur == 0 || outSize == 0) in LzmaDec_DecodeToBuf()
1002 SizeT outSize = *destLen; in LzmaDecode() local
1012 p.dicBufSize = outSize; in LzmaDecode()
1017 res = LzmaDec_DecodeToDic(&p, outSize, src, srcLen, finishMode, status); in LzmaDecode()
H A DTypes.h204 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapiconobjectqsg.cpp188 QSize outSize; in setContent() local
189 m_image = provider->requestImage(imageId(url), &outSize, QSize()); in setContent()
190 if (outSize.isEmpty()) in setContent()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/
H A Dunicodeandutf8.cpp93 int outSize) in enc_unicode_to_utf8_one() argument
96 assert(outSize >= 6); in enc_unicode_to_utf8_one()
H A Dunicodeandutf8.h12 int enc_unicode_to_utf8_one(unsigned long unic, unsigned char *pOutput,int outSize);
/OK3568_Linux_fs/kernel/fs/coda/
H A Dupcall.c42 static int coda_upcall(struct venus_comm *vc, int inSize, int *outSize,
710 int inSize, int *outSize, in coda_upcall() argument
736 req->uc_flags = outSize ? 0 : CODA_REQ_ASYNC; in coda_upcall()
738 req->uc_outSize = (outSize && *outSize) ? *outSize : inSize; in coda_upcall()
769 *outSize = req->uc_outSize; in coda_upcall()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dxa.c35 uint32_t outSize; /* decompressed size of the stream (in bytes) */ member
101 if (lsx_readdw(ft, &xa->header.outSize) != SOX_SUCCESS) return SOX_EOF; in startread()
117 lsx_debug(" dwOutSize: %u", xa->header.outSize); in startread()