Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:! BIT_readBitsFast() :* unsafe version; only works only if nbBits >= 1

Proto:ZSTD_STATIC size_t BIT_readBitsFast(BIT_DStream_t *bitD, U32 nbBits)

Type:size_t

Parameter:

TypeParameterName
BIT_DStream_t *bitD
U32nbBits
331  value = ! BIT_lookBitsFast() :* unsafe version; only works only if nbBits >= 1
332  BIT_skipBits(bitD, nbBits)
333  Return value
Caller
NameDescribe
ZSTD_decodeSequence
ZSTD_decodeSequenceLong_generic