Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
Ddecompress.c2233 size_t const neededOutSize = zds->maxWindowSize + blockSize + WILDCOPY_OVERLENGTH * 2; in ZSTD_initDStream() local
2368 size_t const neededOutSize = zds->maxWindowSize + blockSize + WILDCOPY_OVERLENGTH * 2; in ZSTD_decompressStream() local