Home
last modified time | relevance | path

Searched refs:FSE_compress_usingCTable (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h131 FSE_PUBLIC_API size_t FSE_compress_usingCTable (void* dst, size_t dstCapacity, const void* src, siz…
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h130 FSE_PUBLIC_API size_t FSE_compress_usingCTable (void* dst, size_t dstCapacity, const void* src, siz…
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h104 #define FSE_compress_usingCTable zfs_FSE_compress_usingCTable macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c611 size_t FSE_compress_usingCTable (void* dst, size_t dstSize, in FSE_compress_usingCTable() function
H A Dhuf_compress.c181 …{ CHECK_V_F(cSize, FSE_compress_usingCTable(op, (size_t)(oend - op), weightTable, wtSize, wksp->… in HUF_compressWeights()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c610 size_t FSE_compress_usingCTable (void* dst, size_t dstSize, in FSE_compress_usingCTable() function
H A Dhuf_compress.c180 …{ CHECK_V_F(cSize, FSE_compress_usingCTable(op, (size_t)(oend - op), weightTable, wtSize, wksp->… in HUF_compressWeights()