Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c588 unsigned long long totalDstSize = 0; in ZSTD_findDecompressedSize() local
609 if (totalDstSize + ret < totalDstSize) return ZSTD_CONTENTSIZE_ERROR; in ZSTD_findDecompressedSize()
610 totalDstSize += ret; in ZSTD_findDecompressedSize()
624 return totalDstSize; in ZSTD_findDecompressedSize()
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c322 unsigned long long totalDstSize = 0; in ZSTD_findDecompressedSize() local
346 if (totalDstSize + ret < totalDstSize) in ZSTD_findDecompressedSize()
348 totalDstSize += ret; in ZSTD_findDecompressedSize()
365 return totalDstSize; in ZSTD_findDecompressedSize()

Completed in 8 milliseconds