Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/common/
H A Dhuf.h217 size_t HUF_buildCTable_wksp (HUF_CElt* tree,
/openbmc/linux/lib/zstd/compress/
H A Dhuf_compress.c677 size_t HUF_buildCTable_wksp (HUF_CElt* CTable, const unsigned* count, U32 maxSymbolValue, U32 maxNb… in HUF_buildCTable_wksp() function
1243 { size_t const maxBits = HUF_buildCTable_wksp(table->CTable, table->count, in HUF_compress_internal()
H A Dzstd_compress.c3026 { size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp, in ZSTD_buildBlockEntropyStats_literals()