Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h439 #define ZSTD_sizeof_CCtx zfs_ZSTD_sizeof_CCtx macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1035 ZSTDLIB_API size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx);
H A Dzstd.c4095 ZSTDLIB_API size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx);
13258 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx() function
13270 return ZSTD_sizeof_CCtx(zcs); /* same object */ in ZSTD_sizeof_CStream()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1034 ZSTDLIB_API size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx);
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c553 benchResult.cMem = (1ULL << (comprParams->windowLog)) + ZSTD_sizeof_CCtx(cctx); in BMK_benchMemAdvancedNoAlloc()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c401 totalCCtxSize += ZSTD_sizeof_CCtx(cctxPool->cctx[u]); in ZSTDMT_sizeof_CCtxPool()
H A Dzstd_compress.c187 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx() function
199 return ZSTD_sizeof_CCtx(zcs); /* same object */ in ZSTD_sizeof_CStream()