Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_internal.h85 #define ZSTD_BLOCKHEADERSIZE 3 /* C standard doesn't allow `static const` variable to be init using another `static const` variable */ macro
86 static const size_t ZSTD_blockHeaderSize = ZSTD_BLOCKHEADERSIZE;
H A Dcompress.c3270 return remainingToFlush + ZSTD_BLOCKHEADERSIZE /* final empty block */ + (zcs->checksum * 4); in ZSTD_endStream()
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dzstd_internal.h79 #define ZSTD_BLOCKHEADERSIZE 3 /* C standard doesn't allow `static const` variable to be init using another `static const` variable */ macro
80 static UNUSED_ATTR const size_t ZSTD_blockHeaderSize = ZSTD_BLOCKHEADERSIZE;
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c5974 { size_t const lastBlockSize = zcs->frameEnded ? 0 : ZSTD_BLOCKHEADERSIZE; in ZSTD_endStream()

Completed in 20 milliseconds