Searched refs:ZSTD_MAX_NB_BLOCK_SPLITS (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h346 #define ZSTD_MAX_NB_BLOCK_SPLITS 196 macro
354 U32 partitions[ZSTD_MAX_NB_BLOCK_SPLITS];
H A Dzstd_compress.c3491 * Furthermore, the number of splits is capped by ZSTD_MAX_NB_BLOCK_SPLITS. At ZSTD_MAX_NB_BLOCK_SPLITS == 196 with the current existing blockSize
3506 if (endIdx - startIdx < MIN_SEQUENCES_BLOCK_SPLITTING || splits->idx >= ZSTD_MAX_NB_BLOCK_SPLITS) {
3561 U32* partitions = zc->blockSplitCtx.partitions; /* size == ZSTD_MAX_NB_BLOCK_SPLITS */

Completed in 215 milliseconds