函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\fse_compress.c Create Date:2022-07-27 07:59:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:provides the minimum logSize to safely represent a distribution

函数原型:static unsigned FSE_minTableLog(size_t srcSize, unsigned maxSymbolValue)

返回类型:unsigned

参数:

类型参数名称
size_tsrcSize
unsignedmaxSymbolValue
487  minBitsSrc等于-*************************************************************** Internal functions加1
488  minBitsSymbols等于-*************************************************************** Internal functions加2
489  minBits等于如果minBitsSrc小于minBitsSymbolsminBitsSrc否则minBitsSymbols
490  返回:minBits
调用者
名称描述
FSE_optimalTableLog_internal
FSE_normalizeCount