Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/common/
H A Dfse.h131 FSE_PUBLIC_API size_t FSE_compress_usingCTable (void* dst, size_t dstCapacity, const void* src, siz…
/linux-6.15/lib/zstd/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.c178 …{ CHECK_V_F(cSize, FSE_compress_usingCTable(op, (size_t)(oend - op), weightTable, wtSize, wksp->… in HUF_compressWeights()