Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:-***************************************** unsafe API

Proto:ZSTD_STATIC void BIT_addBitsFast(BIT_CStream_t *bitC, size_t value, unsigned nbBits)

Type:void

Parameter:

TypeParameterName
BIT_CStream_t *bitC
size_tvalue
unsignednbBits
187  bitContainer |= value << bitPos
188  bitPos += nbBits
Caller
NameDescribe
HUF_encodeSymbol