Home
last modified time | relevance | path

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

/external/zstd/tests/
Dfullbench.c125 extern size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* ctx, const void* src, size_t srcSize);
129 return ZSTD_decodeLiteralsBlock(g_zdc, buff2, g_cSize); in local_ZSTD_decodeLiteralsBlock()
579 … ip += ZSTD_decodeLiteralsBlock(g_zdc, ip, (size_t)(iend-ip)); /* skip literal segment */ in benchMem()
/external/zstd/lib/decompress/
Dzstd_decompress_block.c74 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()
/external/zstd/lib/legacy/
Dzstd_v03.c2513 static size_t ZSTD_decodeLiteralsBlock(void* ctx, in ZSTD_decodeLiteralsBlock() function
2899 size_t litCSize = ZSTD_decodeLiteralsBlock(ctx, src, srcSize); in ZSTD_decompressBlock()
Dzstd_v04.c2639 static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function
3051 litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize); in ZSTD_decompressBlock_internal()
Dzstd_v02.c2872 static size_t ZSTD_decodeLiteralsBlock(void* ctx, in ZSTD_decodeLiteralsBlock() function
3258 size_t litCSize = ZSTD_decodeLiteralsBlock(ctx, src, srcSize); in ZSTD_decompressBlock()