Home
last modified time | relevance | path

Searched refs:inputSize (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c861 static size_t ZSTD_nextSrcSizeToDecompressWithInputSize(ZSTD_DCtx* dctx, size_t inputSize) { in ZSTD_nextSrcSizeToDecompressWithInputSize() argument
866 return MIN(MAX(inputSize, 1), dctx->expected); in ZSTD_nextSrcSizeToDecompressWithInputSize()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c25358 static size_t ZSTD_nextSrcSizeToDecompressWithInputSize(ZSTD_DCtx* dctx, size_t inputSize) { in ZSTD_nextSrcSizeToDecompressWithInputSize() argument
25363 return MIN(MAX(inputSize, 1), dctx->expected); in ZSTD_nextSrcSizeToDecompressWithInputSize()