| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.h | 220 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 D | zstd.c | 3280 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 D | zstd.h | 200 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 D | zstd_compress.c | 77 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 D | zstd_compress_superblock.h | 27 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc,
|
| H A D | zstdmt_compress.c | 344 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 D | zstd_compress_internal.h | 1162 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 D | zstd_compress_superblock.c | 827 size_t ZSTD_compressSuperBlock(ZSTD_CCtx* zc, in ZSTD_compressSuperBlock()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | benchzstd.c | 165 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 D | dictionary_compression.c | 43 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compress()
|
| H A D | streaming_compression.c | 34 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie()
|
| H A D | streaming_memory_usage.c | 84 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in main()
|
| H A D | multiple_simple_compression.c | 22 ZSTD_CCtx* cctx;
|
| H A D | multiple_streaming_compression.c | 28 ZSTD_CCtx* cctx;
|
| H A D | streaming_compression_thread_pool.c | 46 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 410 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 D | subr_compressor.c | 263 ZSTD_CCtx *zst_stream; 281 ZSTD_CCtx *dump_compressor; in zstdio_init()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | zfs_zstd.c | 372 ZSTD_CCtx *cctx; in zfs_zstd_compress()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 119 | 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 D | zwrapbench.c | 163 ZSTD_CCtx* const ctx = ZSTD_createCCtx(); in BMK_benchMem()
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | cover.c | 794 ZSTD_CCtx *cctx; in COVER_checkTotalCompressedSize()
|
| H A D | zdict.c | 608 ZSTD_CCtx* zc; /* working context */
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v03.c | 880 typedef struct ZSTD_CCtx_s ZSTD_CCtx; /* incomplete type */ typedef
|
| H A D | zstd_v02.c | 879 typedef struct ZSTD_CCtx_s ZSTD_CCtx; /* incomplete type */ typedef
|