Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:====== common function ======

Proto:ZSTD_STATIC U32 ZSTD_highbit32(U32 val)

Type:U32

Parameter:

TypeParameterName
U32val
246  Return 31 - __builtin_clz(val)
Caller
NameDescribe
ZSTD_adjustCParamsZSTD_adjustCParams() :optimize `cPar` for a given input (`srcSize` and `dictSize`).mostly downsizing to reduce memory consumption and initialization.Both `srcSize` and `dictSize` are optional (use 0 if unknown),
ZSTD_seqToCodes
ZSTD_insertBtAndFindBestMatch
ZSTD_compressBlock_lazy_generic
ZSTD_compressBlock_lazy_extDict_generic
ZSTD_loadZstdDictionary : 0, or an error code
ZSTD_decodeSequenceLong