Searched refs:ZSTD_BLOCKHEADERSIZE (Results 1 – 2 of 2) sorted by relevance
85 #define ZSTD_BLOCKHEADERSIZE 3 /* C standard doesn't allow `static const` variable to be init using… macro86 static const size_t ZSTD_blockHeaderSize = ZSTD_BLOCKHEADERSIZE;
3269 return remainingToFlush + ZSTD_BLOCKHEADERSIZE /* final empty block */ + (zcs->checksum * 4); in ZSTD_endStream()