Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.h62 size_t ZSTDMT_nextInputSizeHint(const ZSTDMT_CCtx* mtctx);
H A Dzstdmt_compress.c1730 size_t ZSTDMT_nextInputSizeHint(const ZSTDMT_CCtx* mtctx) in ZSTDMT_nextInputSizeHint() function
H A Dzstd_compress.c4297 return ZSTDMT_nextInputSizeHint(cctx->mtctx); in ZSTD_nextInputSizeHint_MTorST()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c9825 ZSTDMT_API size_t ZSTDMT_nextInputSizeHint(const ZSTDMT_CCtx* mtctx);
17033 return ZSTDMT_nextInputSizeHint(cctx->mtctx); in ZSTD_nextInputSizeHint_MTorST()