Home
last modified time | relevance | path

Searched defs:dctx (Results 1 – 21 of 21) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c78 size_t ZSTD_sizeof_DCtx (const ZSTD_DCtx* dctx) in ZSTD_sizeof_DCtx()
97 static void ZSTD_DCtx_resetParameters(ZSTD_DCtx* dctx) in ZSTD_DCtx_resetParameters()
106 static void ZSTD_initDCtx_internal(ZSTD_DCtx* dctx) in ZSTD_initDCtx_internal()
132 ZSTD_DCtx* const dctx = (ZSTD_DCtx*) workspace; in ZSTD_initStaticDCtx() local
161 static void ZSTD_clearDict(ZSTD_DCtx* dctx) in ZSTD_clearDict()
169 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx()
796 size_t ZSTD_decompress_usingDict(ZSTD_DCtx* dctx, in ZSTD_decompress_usingDict()
832 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in ZSTD_decompress() local
1176 size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx) in ZSTD_decompressBegin()
1380 size_t ZSTD_resetDStream(ZSTD_DStream* dctx) in ZSTD_resetDStream()
[all …]
H A Dzstd_decompress_block.c79 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock()
1071 ZSTD_DCtx const* dctx, in ZSTD_assertValidSequence()
1103 ZSTD_decompressSequences_body( ZSTD_DCtx* dctx, in ZSTD_decompressSequences_body()
1224 ZSTD_decompressSequences_default(ZSTD_DCtx* dctx, in ZSTD_decompressSequences_default()
1237 ZSTD_DCtx* dctx, in ZSTD_decompressSequencesLong_body()
1329 ZSTD_decompressSequencesLong_default(ZSTD_DCtx* dctx, in ZSTD_decompressSequencesLong_default()
1346 ZSTD_decompressSequences_bmi2(ZSTD_DCtx* dctx, in ZSTD_decompressSequences_bmi2()
1358 ZSTD_decompressSequencesLong_bmi2(ZSTD_DCtx* dctx, in ZSTD_decompressSequencesLong_bmi2()
1402 ZSTD_decompressSequencesLong(ZSTD_DCtx* dctx, in ZSTD_decompressSequencesLong()
1449 ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx, in ZSTD_decompressBlock_internal()
[all …]
H A Dhuf_decompress.c489 static size_t HUF_decompress4X1_DCtx_wksp_bmi2(HUF_DTable* dctx, void* dst, size_t dstSize, in HUF_decompress4X1_DCtx_wksp_bmi2()
503 size_t HUF_decompress4X1_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize, in HUF_decompress4X1_DCtx_wksp()
956 static size_t HUF_decompress4X2_DCtx_wksp_bmi2(HUF_DTable* dctx, void* dst, size_t dstSize, in HUF_decompress4X2_DCtx_wksp_bmi2()
971 size_t HUF_decompress4X2_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize, in HUF_decompress4X2_DCtx_wksp()
1079 size_t HUF_decompress4X_hufOnly_wksp(HUF_DTable* dctx, void* dst, in HUF_decompress4X_hufOnly_wksp()
1105 size_t HUF_decompress1X_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize, in HUF_decompress1X_DCtx_wksp()
1254 size_t HUF_decompress4X1_DCtx (HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_… in HUF_decompress4X1_DCtx()
1268 size_t HUF_decompress4X2_DCtx(HUF_DTable* dctx, void* dst, size_t dstSize, in HUF_decompress4X2_DCtx()
1312 size_t HUF_decompress4X_DCtx (HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t… in HUF_decompress4X_DCtx()
1336 size_t HUF_decompress4X_hufOnly(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size… in HUF_decompress4X_hufOnly()
[all …]
H A Dzstd_ddict.c58 void ZSTD_copyDDictParameters(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict) in ZSTD_copyDDictParameters()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_legacy.h296 …ZBUFFv04_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv04_createDCtx() : (ZBUFFv04_DCtx*)*legac… in ZSTD_initLegacyStream() local
307 …ZBUFFv05_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv05_createDCtx() : (ZBUFFv05_DCtx*)*legac… in ZSTD_initLegacyStream() local
317 …ZBUFFv06_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv06_createDCtx() : (ZBUFFv06_DCtx*)*legac… in ZSTD_initLegacyStream() local
327 …ZBUFFv07_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv07_createDCtx() : (ZBUFFv07_DCtx*)*legac… in ZSTD_initLegacyStream() local
354 ZBUFFv04_DCtx* dctx = (ZBUFFv04_DCtx*) legacyContext; in ZSTD_decompressLegacyStream() local
368 ZBUFFv05_DCtx* dctx = (ZBUFFv05_DCtx*) legacyContext; in ZSTD_decompressLegacyStream() local
382 ZBUFFv06_DCtx* dctx = (ZBUFFv06_DCtx*) legacyContext; in ZSTD_decompressLegacyStream() local
396 ZBUFFv07_DCtx* dctx = (ZBUFFv07_DCtx*) legacyContext; in ZSTD_decompressLegacyStream() local
H A Dzstd_v07.c2966 size_t ZSTDv07_decompressBegin(ZSTDv07_DCtx* dctx) in ZSTDv07_decompressBegin()
2983 ZSTDv07_DCtx* dctx; in ZSTDv07_createDCtx_advanced() local
3003 size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx) in ZSTDv07_freeDCtx()
3288 static size_t ZSTDv07_decodeLiteralsBlock(ZSTDv07_DCtx* dctx, in ZSTDv07_decodeLiteralsBlock()
3669 ZSTDv07_DCtx* dctx, in ZSTDv07_decompressSequences()
3762 size_t ZSTDv07_decompressBlock(ZSTDv07_DCtx* dctx, in ZSTDv07_decompressBlock()
3796 static size_t ZSTDv07_decompressFrame(ZSTDv07_DCtx* dctx, in ZSTDv07_decompressFrame()
3876 size_t ZSTDv07_decompress_usingDict(ZSTDv07_DCtx* dctx, in ZSTDv07_decompress_usingDict()
3897 ZSTDv07_DCtx* const dctx = ZSTDv07_createDCtx(); in ZSTDv07_decompress() local
3976 size_t ZSTDv07_nextSrcSizeToDecompress(ZSTDv07_DCtx* dctx) in ZSTDv07_nextSrcSizeToDecompress()
[all …]
H A Dzstd_v04.c2518 static size_t ZSTD_resetDCtx(ZSTD_DCtx* dctx) in ZSTD_resetDCtx()
2531 ZSTD_DCtx* dctx = (ZSTD_DCtx*)malloc(sizeof(ZSTD_DCtx)); in ZSTD_createDCtx() local
2537 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx()
2639 static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock()
2955 ZSTD_DCtx* dctx, in ZSTD_decompressSequences()
3028 static void ZSTD_checkContinuity(ZSTD_DCtx* dctx, const void* dst) in ZSTD_checkContinuity()
3040 static size_t ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx, in ZSTD_decompressBlock_internal()
3195 static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) in ZSTD_nextSrcSizeToDecompress()
3612 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in ZSTDv04_decompress() local
3625 size_t ZSTDv04_nextSrcSizeToDecompress(ZSTDv04_Dctx* dctx) in ZSTDv04_nextSrcSizeToDecompress()
[all …]
H A Dzstd_v06.c2833 size_t ZSTDv06_decompressBegin(ZSTDv06_DCtx* dctx) in ZSTDv06_decompressBegin()
2848 ZSTDv06_DCtx* dctx = (ZSTDv06_DCtx*)malloc(sizeof(ZSTDv06_DCtx)); in ZSTDv06_createDCtx() local
2854 size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx) in ZSTDv06_freeDCtx()
3058 static size_t ZSTDv06_decodeLiteralsBlock(ZSTDv06_DCtx* dctx, in ZSTDv06_decodeLiteralsBlock()
3442 ZSTDv06_DCtx* dctx, in ZSTDv06_decompressSequences()
3529 static size_t ZSTDv06_decompressBlock_internal(ZSTDv06_DCtx* dctx, in ZSTDv06_decompressBlock_internal()
3547 size_t ZSTDv06_decompressBlock(ZSTDv06_DCtx* dctx, in ZSTDv06_decompressBlock()
3558 static size_t ZSTDv06_decompressFrame(ZSTDv06_DCtx* dctx, in ZSTDv06_decompressFrame()
3631 size_t ZSTDv06_decompress_usingDict(ZSTDv06_DCtx* dctx, in ZSTDv06_decompress_usingDict()
3652 ZSTDv06_DCtx* dctx = ZSTDv06_createDCtx(); in ZSTDv06_decompress() local
[all …]
H A Dzstd_v05.c2672 size_t ZSTDv05_decompressBegin(ZSTDv05_DCtx* dctx) in ZSTDv05_decompressBegin()
2687 ZSTDv05_DCtx* dctx = (ZSTDv05_DCtx*)malloc(sizeof(ZSTDv05_DCtx)); in ZSTDv05_createDCtx() local
2693 size_t ZSTDv05_freeDCtx(ZSTDv05_DCtx* dctx) in ZSTDv05_freeDCtx()
2866 static size_t ZSTDv05_decodeLiteralsBlock(ZSTDv05_DCtx* dctx, in ZSTDv05_decodeLiteralsBlock()
3307 ZSTDv05_DCtx* dctx, in ZSTDv05_decompressSequences()
3390 static size_t ZSTDv05_decompressBlock_internal(ZSTDv05_DCtx* dctx, in ZSTDv05_decompressBlock_internal()
3409 size_t ZSTDv05_decompressBlock(ZSTDv05_DCtx* dctx, in ZSTDv05_decompressBlock()
3420 static size_t ZSTDv05_decompress_continueDCtx(ZSTDv05_DCtx* dctx, in ZSTDv05_decompress_continueDCtx()
3495 size_t ZSTDv05_decompress_usingDict(ZSTDv05_DCtx* dctx, in ZSTDv05_decompress_usingDict()
3515 ZSTDv05_DCtx* dctx = ZSTDv05_createDCtx(); in ZSTDv05_decompress() local
[all …]
H A Dzstd_v03.c2516 ZSTD_DCtx* dctx = (ZSTD_DCtx*)ctx; in ZSTD_decodeLiteralsBlock() local
2822 ZSTD_DCtx* dctx = (ZSTD_DCtx*)ctx; in ZSTD_decompressSequences() local
3032 static size_t ZSTD_resetDCtx(ZSTD_DCtx* dctx) in ZSTD_resetDCtx()
3043 ZSTD_DCtx* dctx = (ZSTD_DCtx*)malloc(sizeof(ZSTD_DCtx)); in ZSTD_createDCtx() local
3049 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx()
3055 static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) in ZSTD_nextSrcSizeToDecompress()
3146 size_t ZSTDv03_freeDCtx(ZSTDv03_Dctx* dctx) in ZSTDv03_freeDCtx()
3151 size_t ZSTDv03_resetDCtx(ZSTDv03_Dctx* dctx) in ZSTDv03_resetDCtx()
3156 size_t ZSTDv03_nextSrcSizeToDecompress(ZSTDv03_Dctx* dctx) in ZSTDv03_nextSrcSizeToDecompress()
3161 size_t ZSTDv03_decompressContinue(ZSTDv03_Dctx* dctx, void* dst, size_t maxDstSize, const void* src… in ZSTDv03_decompressContinue()
H A Dzstd_v02.c2875 ZSTD_DCtx* dctx = (ZSTD_DCtx*)ctx; in ZSTD_decodeLiteralsBlock() local
3181 ZSTD_DCtx* dctx = (ZSTD_DCtx*)ctx; in ZSTD_decompressSequences() local
3390 static size_t ZSTD_resetDCtx(ZSTD_DCtx* dctx) in ZSTD_resetDCtx()
3401 ZSTD_DCtx* dctx = (ZSTD_DCtx*)malloc(sizeof(ZSTD_DCtx)); in ZSTD_createDCtx() local
3407 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx()
3413 static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) in ZSTD_nextSrcSizeToDecompress()
3504 size_t ZSTDv02_freeDCtx(ZSTDv02_Dctx* dctx) in ZSTDv02_freeDCtx()
3509 size_t ZSTDv02_resetDCtx(ZSTDv02_Dctx* dctx) in ZSTDv02_resetDCtx()
3514 size_t ZSTDv02_nextSrcSizeToDecompress(ZSTDv02_Dctx* dctx) in ZSTDv02_nextSrcSizeToDecompress()
3519 size_t ZSTDv02_decompressContinue(ZSTDv02_Dctx* dctx, void* dst, size_t maxDstSize, const void* src… in ZSTDv02_decompressContinue()
H A Dzstd_v01.c1856 dctx_t* dctx = (dctx_t*)ctx; in ZSTD_decompressSequences() local
2067 size_t ZSTDv01_resetDCtx(ZSTDv01_Dctx* dctx) in ZSTDv01_resetDCtx()
2078 ZSTDv01_Dctx* dctx = (ZSTDv01_Dctx*)malloc(sizeof(ZSTDv01_Dctx)); in ZSTDv01_createDCtx() local
2084 size_t ZSTDv01_freeDCtx(ZSTDv01_Dctx* dctx) in ZSTDv01_freeDCtx()
2090 size_t ZSTDv01_nextSrcSizeToDecompress(ZSTDv01_Dctx* dctx) in ZSTDv01_nextSrcSizeToDecompress()
2095 size_t ZSTDv01_decompressContinue(ZSTDv01_Dctx* dctx, void* dst, size_t maxDstSize, const void* src… in ZSTDv01_decompressContinue()
/f-stack/freebsd/contrib/zstd/examples/
H A Dstreaming_decompression.c26 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in decompressFile_orDie() local
H A Ddictionary_decompression.c62 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in decompress() local
H A Dstreaming_memory_usage.c98 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in main() local
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c194 static void BMK_initDCtx(ZSTD_DCtx* dctx, in BMK_initDCtx()
217 ZSTD_DCtx* dctx; member
246 ZSTD_DCtx* const dctx = (ZSTD_DCtx*)addArgs; in local_defaultDecompress() local
313 ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in BMK_benchMemAdvancedNoAlloc()
586 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMemAdvanced() local
H A Dfileio.c1877 ZSTD_DStream* dctx; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c24659 static void ZSTD_clearDict(ZSTD_DCtx* dctx) in ZSTD_clearDict()
24667 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx()
25329 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in ZSTD_decompress() local
25664 size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx) in ZSTD_decompressBegin()
25868 size_t ZSTD_resetDStream(ZSTD_DStream* dctx) in ZSTD_resetDStream()
26380 ZSTD_DCtx* dctx, in ZSTD_decompressStream_simpleArgs()
27360 ZSTD_DCtx const* dctx, in ZSTD_assertValidSequence()
27631 ZSTD_decompressSequences_bmi2(ZSTD_DCtx* dctx, in ZSTD_decompressSequences_bmi2()
27687 ZSTD_decompressSequencesLong(ZSTD_DCtx* dctx, in ZSTD_decompressSequencesLong()
27734 ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx, in ZSTD_decompressBlock_internal()
[all …]
/f-stack/freebsd/crypto/via/
H A Dpadlock_hash.c230 padlock_copy_ctx(struct auth_hash *axf, void *sctx, void *dctx) in padlock_copy_ctx()
/f-stack/freebsd/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c473 ZSTD_DCtx *dctx; in zfs_zstd_decompress_level() local
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c164 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMem() local