Home
last modified time | relevance | path

Searched refs:ZSTD_CCtx (Results 1 – 24 of 24) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h220 typedef struct ZSTD_CCtx_s ZSTD_CCtx; typedef
221 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
222 ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx);
232 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx,
521 ZSTDLIB_API size_t ZSTD_compress2( ZSTD_CCtx* cctx,
707 ZSTDLIB_API size_t ZSTD_compressStream2( ZSTD_CCtx* cctx,
817 ZSTDLIB_API size_t ZSTD_compress_usingDict(ZSTD_CCtx* ctx,
980 ZSTDLIB_API size_t ZSTD_CCtx_refPrefix(ZSTD_CCtx* cctx,
1614 ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params);
1623 ZSTD_CCtx* cctx,
[all …]
H A Dzstd.c3280 typedef struct ZSTD_CCtx_s ZSTD_CCtx; typedef
13148 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx()
13170 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_malloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced()
13180 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx()
13185 cctx = (ZSTD_CCtx*)ZSTD_cwksp_reserve_object(&ws, sizeof(ZSTD_CCtx)); in ZSTD_initStaticCCtx()
13188 memset(cctx, 0, sizeof(ZSTD_CCtx)); in ZSTD_initStaticCCtx()
13231 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx()
14918 size_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSiz… in ZSTD_copyCCtx()
16355 ZSTD_CCtx* cctx, in ZSTD_compress_advanced_internal()
16396 ZSTD_CCtx ctxBody; in ZSTD_compress()
[all …]
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h200 typedef struct ZSTD_CCtx_s ZSTD_CCtx; typedef
201 ZSTDLIB_API ZSTD_CCtx* ZSTD_createCCtx(void);
202 ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx);
212 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* cctx,
517 ZSTDLIB_API size_t ZSTD_compress2( ZSTD_CCtx* cctx,
706 ZSTDLIB_API size_t ZSTD_compressStream2( ZSTD_CCtx* cctx,
816 ZSTDLIB_API size_t ZSTD_compress_usingDict(ZSTD_CCtx* ctx,
979 ZSTDLIB_API size_t ZSTD_CCtx_refPrefix(ZSTD_CCtx* cctx,
1870 ZSTD_CCtx* cctx, const ZSTD_CCtx_params* params);
1879 ZSTD_CCtx* cctx,
[all …]
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c77 ZSTD_CCtx* ZSTD_createCCtx(void) in ZSTD_createCCtx()
99 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_customMalloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced()
109 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx()
114 cctx = (ZSTD_CCtx*)ZSTD_cwksp_reserve_object(&ws, sizeof(ZSTD_CCtx)); in ZSTD_initStaticCCtx()
117 ZSTD_memset(cctx, 0, sizeof(ZSTD_CCtx)); in ZSTD_initStaticCCtx()
160 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx()
1448 size_t ZSTD_toFlushNow(ZSTD_CCtx* cctx) in ZSTD_toFlushNow()
2020 size_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSiz… in ZSTD_copyCCtx()
3532 ZSTD_CCtx* cctx, in ZSTD_compress_advanced_internal()
3579 ZSTD_CCtx ctxBody; in ZSTD_compress()
[all …]
H A Dzstd_compress_superblock.h27 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc,
H A Dzstdmt_compress.c344 ZSTD_CCtx* cctx[1]; /* variable size */
363 sizeof(ZSTDMT_CCtxPool) + (nbWorkers-1)*sizeof(ZSTD_CCtx*), cMem); in ZSTDMT_createCCtxPool()
397 + (nbWorkers-1) * sizeof(ZSTD_CCtx*); in ZSTDMT_sizeof_CCtxPool()
409 static ZSTD_CCtx* ZSTDMT_getCCtx(ZSTDMT_CCtxPool* cctxPool) in ZSTDMT_getCCtx()
415 { ZSTD_CCtx* const cctx = cctxPool->cctx[cctxPool->availCCtx]; in ZSTDMT_getCCtx()
424 static void ZSTDMT_releaseCCtx(ZSTDMT_CCtxPool* pool, ZSTD_CCtx* cctx) in ZSTDMT_releaseCCtx()
557 ZSTD_CCtx* jobCCtx, rawSeqStore_t seqStore, in ZSTDMT_serialState_update()
665 ZSTD_CCtx* const cctx = ZSTDMT_getCCtx(job->cctxPool); in ZSTDMT_compressionJob()
H A Dzstd_compress_internal.h1162 size_t ZSTD_compressBegin_advanced_internal(ZSTD_CCtx* cctx,
1172 size_t ZSTD_compress_advanced_internal(ZSTD_CCtx* cctx,
1197 size_t ZSTD_referenceExternalSequences(ZSTD_CCtx* cctx, rawSeq* seq, size_t nbSeq);
H A Dzstd_compress_superblock.c827 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc, in ZSTD_compressSuperBlock()
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c165 BMK_initCCtx(ZSTD_CCtx* ctx, in BMK_initCCtx()
202 ZSTD_CCtx* cctx;
235 ZSTD_CCtx* const cctx = (ZSTD_CCtx*)addArgs; in local_defaultCompress()
313 ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in BMK_benchMemAdvancedNoAlloc()
585 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in BMK_benchMemAdvanced()
/f-stack/freebsd/contrib/zstd/examples/
H A Ddictionary_compression.c43 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compress()
H A Dstreaming_compression.c34 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie()
H A Dstreaming_memory_usage.c84 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in main()
H A Dmultiple_simple_compression.c22 ZSTD_CCtx* cctx;
H A Dmultiple_streaming_compression.c28 ZSTD_CCtx* cctx;
H A Dstreaming_compression_thread_pool.c46 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dzstd_internal.h410 const seqStore_t* ZSTD_getSeqStore(const ZSTD_CCtx* ctx); /* compress & dictBuilder */
452 void ZSTD_invalidateRepCodes(ZSTD_CCtx* cctx); /* zstdmt, adaptive_compression (shouldn't get thi…
/f-stack/freebsd/kern/
H A Dsubr_compressor.c263 ZSTD_CCtx *zst_stream;
281 ZSTD_CCtx *dump_compressor; in zstdio_init()
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c372 ZSTD_CCtx *cctx; in zfs_zstd_compress()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md119 | zstd 1.1.0 using ZSTD_CCtx | 68.35 MB/s | 430.9 MB/s | 6868521 | 3.43…
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c163 ZSTD_CCtx* const ctx = ZSTD_createCCtx(); in BMK_benchMem()
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dcover.c794 ZSTD_CCtx *cctx; in COVER_checkTotalCompressedSize()
H A Dzdict.c608 ZSTD_CCtx* zc; /* working context */
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v03.c880 typedef struct ZSTD_CCtx_s ZSTD_CCtx; /* incomplete type */ typedef
H A Dzstd_v02.c879 typedef struct ZSTD_CCtx_s ZSTD_CCtx; /* incomplete type */ typedef