Searched refs:inSize (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/lib/lzma/ |
H A D | LzmaDec.c | 513 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 D | Types.h | 204 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
|
/openbmc/linux/fs/coda/ |
H A D | upcall.c | 42 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 D | zstd_compress.c | 5426 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()
|