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

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

Completed in 217 milliseconds