Home
last modified time | relevance | path

Searched refs:ZSTD_createCCtx (Results 1 – 12 of 12) sorted by relevance

/freebsd/usr.bin/mkuzip/
H A Dmkuz_zstd.c60 cctx = ZSTD_createCCtx(); in mkuz_zstd_init()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp171 ZSTD_CCtx *Cctx = ZSTD_createCCtx(); in compress()
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h194 #define ZSTD_createCCtx zfs_ZSTD_createCCtx macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h282 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h281 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.c823 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in BMK_benchMemAdvanced()
H A Dfileio.c1122 ress.cctx = ZSTD_createCCtx(); in FIO_createCResources()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c863 cctx = ZSTD_createCCtx();
H A Dzdict.c700 esr.zc = ZSTD_createCCtx(); in ZDICT_analyzeEntropy()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp418 ZSTD_CCtx *cctx = ZSTD_createCCtx(); in maybeCompress()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c97 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx() function
5503 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in ZSTD_compress()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c98 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx() function
5504 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in ZSTD_compress()