Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c513 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy() argument
517 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()
802 if (inSize < LZMA_REQUIRED_INPUT_MAX || checkEndMarkNow) in LzmaDec_DecodeToDic()
804 int dummyRes = LzmaDec_TryDummy(p, src, inSize); in LzmaDec_DecodeToDic()
807 memcpy(p->tempBuf, src, inSize); in LzmaDec_DecodeToDic()
808 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
809 (*srcLen) += inSize; in LzmaDec_DecodeToDic()
821 bufLimit = src + inSize - LZMA_REQUIRED_INPUT_MAX; in LzmaDec_DecodeToDic()
[all …]
H A DTypes.h204 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
/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()