Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
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()