Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c267 size_t FSE_decompress(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize) in FSE_decompress() function
H A Dfse.h80 FSE_PUBLIC_API size_t FSE_decompress(void* dst, size_t dstCapacity,
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h78 #define FSE_decompress zfs_FSE_decompress macro
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h80 FSE_PUBLIC_API size_t FSE_decompress(void* dst, size_t dstCapacity,
H A Dfse_decompress.c394 size_t FSE_decompress(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize) in FSE_decompress() function
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v04.c428 static size_t FSE_decompress(void* dst, size_t maxDstSize,
1403 static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize) in FSE_decompress() function
1733 …oSize = FSE_decompress(huffWeight, hwSize-1, ip+1, iSize); /* max (hwSize-1) values decoded, as … in HUF_readStats()
H A Dzstd_v01.c897 static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize) in FSE_decompress() function
1001 …oSize = FSE_decompress(huffWeight, HUF_MAX_SYMBOL_VALUE, ip+1, iSize); /* max 255 values decoded… in HUF_readDTable()
H A Dzstd_v03.c1421 static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize) in FSE_decompress() function
1580 …oSize = FSE_decompress(huffWeight, hwSize-1, ip+1, iSize); /* max (hwSize-1) values decoded, as … in HUF_readStats()
H A Dzstd_v02.c1420 static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize) in FSE_decompress() function
1583 …oSize = FSE_decompress(huffWeight, hwSize-1, ip+1, iSize); /* max (hwSize-1) values decoded, as … in HUF_readStats()