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:BIT_addBits

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

Type:void

Parameter:

TypeParameterName
BIT_CStream_t *bitC
size_tvalue
unsignednbBits
179  bitContainer |= (value & up to 26 bits [nbBits]) << bitPos
180  bitPos += nbBits
Caller
NameDescribe
ZSTD_compressSequences_internal