Home
last modified time | relevance | path

Searched refs:HUF_buildCTable_wksp (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/lib/zstd/
Dhuf.h152 size_t HUF_buildCTable_wksp(HUF_CElt *tree, const U32 *count, U32 maxSymbolValue, U32 maxNbBits, vo…
Dhuf_compress.c420 size_t HUF_buildCTable_wksp(HUF_CElt *tree, const U32 *count, U32 maxSymbolValue, U32 maxNbBits, vo… in HUF_buildCTable_wksp() function
714 …CHECK_V_F(maxBits, HUF_buildCTable_wksp(CTable, count, maxSymbolValue, huffLog, workSpace, wkspSiz… in HUF_compress_internal()