Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c43 #define ZLIB_HEAD_SZ 2 macro
452 buf_list_src->pBuffers->pData += ZLIB_HEAD_SZ; in qat_compress_impl()
453 buf_list_src->pBuffers->dataLenInBytes -= ZLIB_HEAD_SZ; in qat_compress_impl()
472 adler32 = *(Cpa32U *)(src + dc_results.consumed + ZLIB_HEAD_SZ); in qat_compress_impl()