Searched refs:ZSTD_decodeLiteralsBlock (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zstd/include/ |
| H A D | zstd_compat_wrapper.h | 303 #define ZSTD_decodeLiteralsBlock zfs_ZSTD_decodeLiteralsBlock macro
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 74 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, 79 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function 1466 { size_t const litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize); in ZSTD_decompressBlock_internal()
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v03.c | 2513 static size_t ZSTD_decodeLiteralsBlock(void* ctx, in ZSTD_decodeLiteralsBlock() function 2899 size_t litCSize = ZSTD_decodeLiteralsBlock(ctx, src, srcSize); in ZSTD_decompressBlock()
|
| H A D | zstd_v04.c | 2639 static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function 3051 litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize); in ZSTD_decompressBlock_internal()
|
| H A D | zstd_v02.c | 2872 static size_t ZSTD_decodeLiteralsBlock(void* ctx, in ZSTD_decodeLiteralsBlock() function 3258 size_t litCSize = ZSTD_decodeLiteralsBlock(ctx, src, srcSize); in ZSTD_decompressBlock()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 26467 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, 26472 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function 27751 { size_t const litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize); in ZSTD_decompressBlock_internal()
|