Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c826 #define RSYNC_MIN_BLOCK_SIZE (1<<RSYNC_MIN_BLOCK_LOG) macro
1705 if (mtctx->inBuff.filled + input.size - input.pos < RSYNC_MIN_BLOCK_SIZE) in findSynchronizationPoint()
1720 if (mtctx->inBuff.filled < RSYNC_MIN_BLOCK_SIZE) { in findSynchronizationPoint()
1725 pos = RSYNC_MIN_BLOCK_SIZE - mtctx->inBuff.filled; in findSynchronizationPoint()
1740 assert(mtctx->inBuff.filled >= RSYNC_MIN_BLOCK_SIZE); in findSynchronizationPoint()
1741 assert(RSYNC_MIN_BLOCK_SIZE >= RSYNC_LENGTH); in findSynchronizationPoint()
1768 assert(mtctx->inBuff.filled + pos >= RSYNC_MIN_BLOCK_SIZE); in findSynchronizationPoint()