Home
last modified time | relevance | path

Searched refs:ZSTD_decodeLiteralsBlock (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_block.c108 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx,
111 /*! ZSTD_decodeLiteralsBlock() :
119 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() function
123 DEBUGLOG(5, "ZSTD_decodeLiteralsBlock"); in ZSTD_decodeLiteralsBlock()
1995 { size_t const litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize, dst, dstCapacity, streaming);
1996 DEBUGLOG(5, "ZSTD_decodeLiteralsBlock : %u", (U32)litCSize);
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c430 /*! ZSTD_decodeLiteralsBlock() :
432 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx *dctx, const void *src, size_t srcSize) /* note : srcSize < BLOCKSIZE */ in ZSTD_decodeLiteralsBlock() function
1454 size_t const litCSize = ZSTD_decodeLiteralsBlock(dctx, src, srcSize); in ZSTD_decompressBlock_internal()

Completed in 8 milliseconds