Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:-*************************************************************** Internal functions

Proto:ZSTD_STATIC unsigned BIT_highbit32(register U32 val)

Type:unsigned

Parameter:

TypeParameterName
register U32val
148  Return 31 - __builtin_clz(val)
Caller
NameDescribe
FSE_buildCTable_wkspFSE_buildCTable_wksp() :* Same as FSE_buildCTable(), but using an externally allocated scratch buffer (`workSpace`)
FSE_minTableLogprovides the minimum logSize to safely represent a distribution
FSE_optimalTableLog_internal
HUF_setMaxHeight
HUF_sort
HUF_readStats_wksp : size read from `src` , or an error Code .
FSE_buildDTable_wkspFunction templates