Home
last modified time | relevance | path

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

/Linux-v4.19/lib/zstd/
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;
Dcompress.c3269 return remainingToFlush + ZSTD_BLOCKHEADERSIZE /* final empty block */ + (zcs->checksum * 4); in ZSTD_endStream()