Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.h103 ZSTD_frameProgression ZSTDMT_getFrameProgression(ZSTDMT_CCtx* mtctx);
H A Dzstdmt_compress.c1053 ZSTD_frameProgression ZSTDMT_getFrameProgression(ZSTDMT_CCtx* mtctx) in ZSTDMT_getFrameProgression()
1055 ZSTD_frameProgression fps; in ZSTDMT_getFrameProgression()
H A Dzstd_compress.c1424 ZSTD_frameProgression ZSTD_getFrameProgression(const ZSTD_CCtx* cctx) in ZSTD_getFrameProgression()
1431 { ZSTD_frameProgression fp; in ZSTD_getFrameProgression()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1850 } ZSTD_frameProgression; typedef
1858 ZSTDLIB_API ZSTD_frameProgression ZSTD_getFrameProgression(const ZSTD_CCtx* cctx);
H A Dzstd.c4910 } ZSTD_frameProgression; typedef
4918 ZSTDLIB_API ZSTD_frameProgression ZSTD_getFrameProgression(const ZSTD_CCtx* cctx);
9916 ZSTD_frameProgression ZSTDMT_getFrameProgression(ZSTDMT_CCtx* mtctx);
14317 ZSTD_frameProgression ZSTD_getFrameProgression(const ZSTD_CCtx* cctx) in ZSTD_getFrameProgression()
14324 { ZSTD_frameProgression fp; in ZSTD_getFrameProgression()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h2125 } ZSTD_frameProgression; typedef
2133 ZSTDLIB_API ZSTD_frameProgression ZSTD_getFrameProgression(const ZSTD_CCtx* cctx);
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c1293 ZSTD_frameProgression previous_zfp_update = { 0, 0, 0, 0, 0, 0 }; in FIO_compressZstdFrame()
1294 ZSTD_frameProgression previous_zfp_correction = { 0, 0, 0, 0, 0, 0 }; in FIO_compressZstdFrame()
1352 ZSTD_frameProgression const zfp = ZSTD_getFrameProgression(ress.cctx); in FIO_compressZstdFrame()