Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:aster, but works only if value is "clean", meaning all high bits above nbBits are 0

Proto:ZSTD_STATIC void BIT_flushBitsFast(BIT_CStream_t *bitC)

Type:void

Parameter:

TypeParameterName
BIT_CStream_t *bitC
195  nbBytes = bitPos >> 3
196  ZSTD_writeLEST(ptr, bitContainer)
197  ptr += nbBytes
198  bitPos &= 7
199  bitContainer >>= nbBytes * 8