Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.h62 size_t ZSTDMT_nextInputSizeHint(const ZSTDMT_CCtx* mtctx);
H A Dzstdmt_compress.c1778 size_t ZSTDMT_nextInputSizeHint(const ZSTDMT_CCtx* mtctx) in ZSTDMT_nextInputSizeHint() function
H A Dzstd_compress.c5500 return ZSTDMT_nextInputSizeHint(cctx->mtctx); in ZSTD_nextInputSizeHint_MTorST()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c3950 return ZSTDMT_nextInputSizeHint(cctx->mtctx); in ZSTD_nextInputSizeHint_MTorST()