Home
last modified time | relevance | path

Searched refs:ZSTD_decodeLiteralsBlock (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dfullbench.c112 extern size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* ctx, const void* src, size_t srcSize);
116 return ZSTD_decodeLiteralsBlock((ZSTD_DCtx*)g_zdc, buff2, g_cSize); in local_ZSTD_decodeLiteralsBlock()
402 ip += ZSTD_decodeLiteralsBlock(g_zdc, ip, iend-ip); /* skip literal segment */ in benchMem()
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c2494 static size_t ZSTD_decodeLiteralsBlock(void* ctx, in ZSTD_decodeLiteralsBlock() function
2877 size_t litCSize = ZSTD_decodeLiteralsBlock(ctx, src, srcSize); in ZSTD_decompressBlock()
H A Dzstd_v02.c2853 static size_t ZSTD_decodeLiteralsBlock(void* ctx, in ZSTD_decodeLiteralsBlock() function
3236 size_t litCSize = ZSTD_decodeLiteralsBlock(ctx, src, srcSize); in ZSTD_decompressBlock()
H A Dzstd_v04.c2684 static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function
3092 size_t litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize); in ZSTD_decompressBlock_internal()
/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c548 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function
1673 { size_t const litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize); in ZSTD_decompressBlock_internal()