Home
last modified time | relevance | path

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

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