Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dzstd.h834 * ZSTD_findDecompressedSize() - returns decompressed size of a series of frames
844 * application's authorized limits. ZSTD_findDecompressedSize() handles multiple
853 unsigned long long ZSTD_findDecompressedSize(const void *src, size_t srcSize);
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c314 /** ZSTD_findDecompressedSize() :
319 unsigned long long ZSTD_findDecompressedSize(const void *src, size_t srcSize) in ZSTD_findDecompressedSize() function
2512 EXPORT_SYMBOL(ZSTD_findDecompressedSize); variable
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c581 /* ZSTD_findDecompressedSize() :
586 unsigned long long ZSTD_findDecompressedSize(const void* src, size_t srcSize) in ZSTD_findDecompressedSize() function

Completed in 14 milliseconds