Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c825 #define RSYNC_MIN_BLOCK_LOG ZSTD_BLOCKSIZELOG_MAX macro
826 #define RSYNC_MIN_BLOCK_SIZE (1<<RSYNC_MIN_BLOCK_LOG)
1274 assert(rsyncBits >= RSYNC_MIN_BLOCK_LOG + 2); in ZSTDMT_initCStream_internal()