Home
last modified time | relevance | path

Searched refs:ZSTD_nextInputType (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dzstd.h1077 * using ZSTD_nextInputType(). This information is not required to properly
1115 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx *dctx);
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c1723 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx *dctx) in ZSTD_nextInputType() function
2485 nextSrcSizeHint += ZSTD_blockHeaderSize * (ZSTD_nextInputType(zds->dctx) == ZSTDnit_block); /* preload header of next block */ in ZSTD_decompressStream()
2525 EXPORT_SYMBOL(ZSTD_nextInputType); variable
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h2458 Note : it's possible to know if next input to present is a header or a block, using ZSTD_nextInputType().
2507 ZSTDLIB_STATIC_API ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx);
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c1081 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx) { in ZSTD_nextInputType() function
2131 nextSrcSizeHint += ZSTD_blockHeaderSize * (ZSTD_nextInputType(zds) == ZSTDnit_block); /* preload header of next block */ in ZSTD_decompressStream()

Completed in 14 milliseconds