Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zlib_deflate\defutil.h Create Date:2022-07-28 06:58:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Flush the bit buffer, keeping at most 7 bits in it.

Proto:static inline void bi_flush(deflate_state *s)

Type:void

Parameter:

TypeParameterName
deflate_state *s
300  If Output buffer. bits are inserted starting at the bottom (least* significant bits). == 16 Then
302  bi_buf = 0
303  Output buffer. bits are inserted starting at the bottom (least* significant bits). = 0
304  Else if Output buffer. bits are inserted starting at the bottom (least* significant bits). >= 8 Then
306  bi_buf >>= 8
307  Output buffer. bits are inserted starting at the bottom (least* significant bits). -= 8