Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse.h80 FSE_PUBLIC_API size_t FSE_decompress(void* dst, size_t dstCapacity,
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
1005 …oSize = FSE_decompress(huffWeight, HUF_MAX_SYMBOL_VALUE, ip+1, iSize); /* max 255 values decoded… in HUF_readDTable()
H A Dzstd_v04.c431 static size_t FSE_decompress(void* dst, size_t maxDstSize,
1407 static size_t FSE_decompress(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize) in FSE_decompress() function
1737 …oSize = FSE_decompress(huffWeight, hwSize-1, ip+1, iSize); /* max (hwSize-1) values decoded, as … in HUF_readStats()
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
1584 …oSize = FSE_decompress(huffWeight, hwSize-1, ip+1, iSize); /* max (hwSize-1) values decoded, as … in HUF_readStats()
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
1587 …oSize = FSE_decompress(huffWeight, hwSize-1, ip+1, iSize); /* max (hwSize-1) values decoded, as … in HUF_readStats()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c917 FSE_PUBLIC_API size_t FSE_decompress(void* dst, size_t dstCapacity,
3030 size_t FSE_decompress(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize) in FSE_decompress() function