Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/zstd/compress/
A Dhuf_compress.c956 static size_t HUF_tightCompressBound(size_t srcSize, size_t tableLog) in HUF_tightCompressBound() function
980 if (dstSize < HUF_tightCompressBound(srcSize, (size_t)tableLog) || tableLog > 11) in HUF_compress1X_usingCTable_internal_body()

Completed in 6 milliseconds