Home
last modified time | relevance | path

Searched defs:FSE_decompress (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse_decompress.c384 size_t FSE_decompress(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize) in FSE_decompress() function
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h68 #define FSE_decompress zfs_FSE_decompress macro
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c901 static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize) in FSE_decompress() function
H A Dzstd_v03.c1425 static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize) in FSE_decompress() function
H A Dzstd_v04.c1407 static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize) in FSE_decompress() function
H A Dzstd_v02.c1424 static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize) in FSE_decompress() function
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c3030 size_t FSE_decompress(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize) in FSE_decompress() function