Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zstd/
H A Dzstd_internal.h85 #define ZSTD_BLOCKHEADERSIZE 3 /* C standard doesn't allow `static const` variable to be init using… 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()