Home
last modified time | relevance | path

Searched refs:inSize (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c517 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy()
748 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local
760 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
809 (*srcLen) += inSize; in LzmaDec_DecodeToDic()
828 inSize -= processed; in LzmaDec_DecodeToDic()
857 inSize -= lookAhead; in LzmaDec_DecodeToDic()
869 SizeT inSize = *srcLen; in LzmaDec_DecodeToBuf() local
892 inSize -= inSizeCur; in LzmaDec_DecodeToBuf()
1001 SizeT inSize = *srcLen; in LzmaDecode() local
1004 if (inSize < RC_INIT_SIZE) in LzmaDecode()
[all …]
H A DTypes.h204 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A DCVE-2018-5996.patch52 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress)
54 try { return CodeReal(inStream, outStream, inSize, outSize, progress); }
/openbmc/linux/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
737 req->uc_inSize = inSize; in coda_upcall()
738 req->uc_outSize = (outSize && *outSize) ? *outSize : inSize; in coda_upcall()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c5426 size_t inSize) { in ZSTD_CCtx_init_compressStream2() argument
5440 … if (endOp == ZSTD_e_end) cctx->pledgedSrcSizePlusOne = inSize + 1; /* auto-fix pledgedSrcSize */ in ZSTD_CCtx_init_compressStream2()