Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c761 size_t FSE_compress_usingCTable (void* dst, size_t dstSize, in FSE_compress_usingCTable() function
819 { CHECK_V_F(cSize, FSE_compress_usingCTable(op, oend - op, src, srcSize, CTable) ); in FSE_compress_wksp()
H A Dhuf_compress.c118 { CHECK_V_F(cSize, FSE_compress_usingCTable(op, oend - op, weightTable, wtSize, CTable) ); in HUF_compressWeights()
/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dfse.h200 FSE_PUBLIC_API size_t FSE_compress_usingCTable (void* dst, size_t dstCapacity, const void* src, siz…