Home
last modified time | relevance | path

Searched refs:ZSTDnit_block (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dzstd.h1110 ZSTDnit_block, enumerator
/OK3568_Linux_fs/kernel/lib/zstd/
H A Ddecompress.c1730 case ZSTDds_decompressBlock: return ZSTDnit_block; in ZSTD_nextInputType()
2485 …nextSrcSizeHint += ZSTD_blockHeaderSize * (ZSTD_nextInputType(zds->dctx) == ZSTDnit_block); /* pre… in ZSTD_decompressStream()