Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c387 unsigned long long totalDstSize = 0; in ZSTD_findDecompressedSize() local
408 if (totalDstSize + ret < totalDstSize) return ZSTD_CONTENTSIZE_ERROR; in ZSTD_findDecompressedSize()
409 totalDstSize += ret; in ZSTD_findDecompressedSize()
423 return totalDstSize; in ZSTD_findDecompressedSize()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c24885 unsigned long long totalDstSize = 0; in ZSTD_findDecompressedSize() local
24906 if (totalDstSize + ret < totalDstSize) return ZSTD_CONTENTSIZE_ERROR; in ZSTD_findDecompressedSize()
24907 totalDstSize += ret; in ZSTD_findDecompressedSize()
24921 return totalDstSize; in ZSTD_findDecompressedSize()