Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h338 #define ZSTD_estimateDCtxSize zfs_ZSTD_estimateDCtxSize macro
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c681 P2ROUNDUP(ZSTD_estimateDCtxSize() + sizeof (struct zstd_kmem), in zstd_meminit()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1321 ZSTDLIB_API size_t ZSTD_estimateDCtxSize(void);
H A Dzstd.c4381 ZSTDLIB_API size_t ZSTD_estimateDCtxSize(void);
24592 size_t ZSTD_estimateDCtxSize(void) { return sizeof(ZSTD_DCtx); } in ZSTD_estimateDCtxSize() function
26006 return ZSTD_estimateDCtxSize() + inBuffSize + outBuffSize; in ZSTD_estimateDStreamSize()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h1405 ZSTDLIB_API size_t ZSTD_estimateDCtxSize(void);
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c86 size_t ZSTD_estimateDCtxSize(void) { return sizeof(ZSTD_DCtx); } in ZSTD_estimateDCtxSize() function
1545 return ZSTD_estimateDCtxSize() + inBuffSize + outBuffSize; in ZSTD_estimateDStreamSize()