HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_MAX_NB_BLOCK_SPLITS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_internal.h 460 #define ZSTD_MAX_NB_BLOCK_SPLITS 196
468 U32 partitions[ZSTD_MAX_NB_BLOCK_SPLITS];
zstd_compress.c 4192 * Furthermore, the number of splits is capped by ZSTD_MAX_NB_BLOCK_SPLITS.
4193 * At ZSTD_MAX_NB_BLOCK_SPLITS == 196 with the current existing blockSize
4210 if (endIdx - startIdx < MIN_SEQUENCES_BLOCK_SPLITTING || splits->idx >= ZSTD_MAX_NB_BLOCK_SPLITS) {
4271 U32* const partitions = zc->blockSplitCtx.partitions; /* size == ZSTD_MAX_NB_BLOCK_SPLITS */

Completed in 64 milliseconds