Home
last modified time | relevance | path

Searched defs:maxWindowSize (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h145 size_t maxWindowSize; member
H A Dzstd_decompress.c1401 size_t ZSTD_DCtx_setMaxWindowSize(ZSTD_DCtx* dctx, size_t maxWindowSize) in ZSTD_DCtx_setMaxWindowSize()
/dflybsd-src/contrib/zstd/programs/
H A Dfileio.c831 unsigned const maxWindowSize = (1U << ZSTD_WINDOWLOG_MAX); in FIO_adjustMemLimitForPatchFromMode() local
/dflybsd-src/contrib/zstd/lib/compress/
H A Dzstd_compress.c1150 const U64 maxWindowSize = 1ULL << ZSTD_WINDOWLOG_MAX; in ZSTD_dictAndWindowLog() local