Searched refs:inSize (Results 1 – 2 of 2) sorted by relevance
42 static int coda_upcall(struct venus_comm *vc, int inSize, int *outSize,710 int inSize, int *outSize, in coda_upcall() argument737 req->uc_inSize = inSize; in coda_upcall()738 req->uc_outSize = (outSize && *outSize) ? *outSize : inSize; in coda_upcall()
5428 size_t inSize) { in ZSTD_CCtx_init_compressStream2() argument5442 … if (endOp == ZSTD_e_end) cctx->pledgedSrcSizePlusOne = inSize + 1; /* auto-fix pledgedSrcSize */ in ZSTD_CCtx_init_compressStream2()