Home
last modified time | relevance | path

Searched refs:ZSTD_CHUNKSIZE_MAX (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_ldm.c517 assert(ZSTD_CHUNKSIZE_MAX >= kMaxChunkSize); in ZSTD_ldm_generateSequences()
H A Dzstd_compress_internal.h890 #define ZSTD_CHUNKSIZE_MAX \ macro
1028 * 2. (ip+ZSTD_CHUNKSIZE_MAX - cctx->base) doesn't overflow: in ZSTD_window_correctOverflow()
1032 * ip+ZSTD_CHUNKSIZE_MAX - cctx->base < 1<<32. in ZSTD_window_correctOverflow()
H A Dzstd_compress.c1733 * When dictionaries are larger than ZSTD_CHUNKSIZE_MAX they can't be loaded in
1739 return loadedDictSize > ZSTD_CHUNKSIZE_MAX; in ZSTD_dictTooBig()
4123 if (srcSize > ZSTD_CHUNKSIZE_MAX) { in ZSTD_loadDictionaryContent()

Completed in 14 milliseconds