Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h352 #define ZSTD_MAX_NB_BLOCK_SPLITS 196 macro
360 U32 partitions[ZSTD_MAX_NB_BLOCK_SPLITS];
H A Dzstd_compress.c3597 …if (endIdx - startIdx < MIN_SEQUENCES_BLOCK_SPLITTING || splits->idx >= ZSTD_MAX_NB_BLOCK_SPLITS) { in ZSTD_deriveBlockSplitsHelper()