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

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c613 size_t FSE_compress_usingCTable (void* dst, size_t dstSize, function
668 { CHECK_V_F(cSize, FSE_compress_usingCTable(op, oend - op, src, srcSize, CTable) );
H A Dhuf_compress.c97 { CHECK_V_F(cSize, FSE_compress_usingCTable(op, (size_t)(oend - op), weightTable, wtSize, CTable) );
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h107 #define FSE_compress_usingCTable zfs_FSE_compress_usingCTable macro
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h169 /*! FSE_compress_usingCTable():
174 FSE_PUBLIC_API size_t FSE_compress_usingCTable (void* dst, size_t dstCapacity, const void* src, size_t srcSize, const FSE_CTable* ct);
212 'CTable' can then be used to compress 'src', with FSE_compress_usingCTable().
365 These functions are inner components of FSE_compress_usingCTable().
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse.h175 /*! FSE_compress_usingCTable():
180 FSE_PUBLIC_API size_t FSE_compress_usingCTable (void* dst, size_t dstCapacity, const void* src, size_t srcSize, const FSE_CTable* ct);
218 'CTable' can then be used to compress 'src', with FSE_compress_usingCTable().
391 These functions are inner components of FSE_compress_usingCTable().
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c652 size_t FSE_compress_usingCTable (void* dst, size_t dstSize, function
708 { CHECK_V_F(cSize, FSE_compress_usingCTable(op, oend - op, src, srcSize, CTable) );
H A Dhuf_compress.c123 { CHECK_V_F(cSize, FSE_compress_usingCTable(op, (size_t)(oend - op), weightTable, wtSize, wksp->CTable) );

Completed in 201 milliseconds