Home
last modified time | relevance | path

Searched refs:ZSTD_compress2 (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h212 #define ZSTD_compress2 zfs_ZSTD_compress2 macro
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c410 c_len = ZSTD_compress2(cctx, in zfs_zstd_compress()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h521 ZSTDLIB_API size_t ZSTD_compress2( ZSTD_CCtx* cctx,
H A Dzstd.c3581 ZSTDLIB_API size_t ZSTD_compress2( ZSTD_CCtx* cctx,
15464 ZSTD_compress2(zc, dst, dstCapacity, src, srcSize); in ZSTD_getSequences()
17148 size_t ZSTD_compress2(ZSTD_CCtx* cctx, in ZSTD_compress2() function
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h517 ZSTDLIB_API size_t ZSTD_compress2( ZSTD_CCtx* cctx,
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c236 return ZSTD_compress2(cctx, dstBuffer, dstSize, srcBuffer, srcSize); in local_defaultCompress()
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG8 perf: small speed & memory usage improvements for ZSTD_compress2(), by @terrelln
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c2598 ZSTD_compress2(zc, dst, dstCapacity, src, srcSize); in ZSTD_generateSequences()
4505 size_t ZSTD_compress2(ZSTD_CCtx* cctx, in ZSTD_compress2() function