Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_buffers.c30 #define CPA_DC_CEIL_DIV(x, y) (((x) + (y)-1) / (y)) macro
90 outBufferSize = CPA_DC_CEIL_DIV(9 * inBufferSize, 8) + in dcDeflateBoundGen2()
112 outputSizeLong = CPA_DC_CEIL_DIV(9 * inputSizeLong, 8) + in dcDeflateBoundGen4()
121 outputSizeLong += CPA_DC_CEIL_DIV(9 * inputSizeLong, 8); in dcDeflateBoundGen4()