Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\fse_compress.c Create Date:2022-07-28 07:01:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:-*************************************************************** FSE NCount encoding-decoding

Proto:size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog)

Type:size_t

Parameter:

TypeParameterName
unsignedmaxSymbolValue
unsignedtableLog
199  maxHeaderSize = ( (maxSymbolValue + 1) * tableLog >> 3) + 3
200  Return If maxSymbolValue Then maxHeaderSize Else FSE buffer bounds
Caller
NameDescribe
FSE_writeNCount