Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_buffers.c80 Cpa64U outBufferSize = 0; in dcDeflateBoundGen2() local
90 outBufferSize = CPA_DC_CEIL_DIV(9 * inBufferSize, 8) + in dcDeflateBoundGen2()
94 if (outBufferSize > DC_BUF_MAX_SIZE) in dcDeflateBoundGen2()
97 *outputSize = (Cpa32U)outBufferSize; in dcDeflateBoundGen2()
/freebsd/sys/dev/hptrr/
H A Dhptintf.h1875 int hpt_get_parameter_list(HPT_U32 location, char *outBuffer, HPT_U32 outBufferSize);
/freebsd/sys/dev/hptnr/
H A Dhptintf.h2154 int hpt_get_parameter_list(HPT_U32 location, char *outBuffer, HPT_U32 outBufferSize);
/freebsd/sys/dev/hpt27xx/
H A Dhptintf.h2158 int hpt_get_parameter_list(HPT_U32 location, char *outBuffer, HPT_U32 outBufferSize);
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c5542 size_t const outBufferSize = output->size - output->pos; in ZSTD_checkBufferStability() local
5543 if (cctx->expectedOutBufferSize != outBufferSize) in ZSTD_checkBufferStability()