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

/linux-master/include/linux/
H A Dzstd_lib.h1309 /*! ZSTD_findDecompressedSize() :
1327 * note 5 : ZSTD_findDecompressedSize handles multiple frames, and so it must traverse the input to
1330 ZSTDLIB_STATIC_API unsigned long long ZSTD_findDecompressedSize(const void* src, size_t srcSize);
1341 * in this case, `ZSTD_findDecompressedSize` and `ZSTD_decompressBound` return the same value.
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c581 /* ZSTD_findDecompressedSize() :
586 unsigned long long ZSTD_findDecompressedSize(const void* src, size_t srcSize) function

Completed in 112 milliseconds