函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zlib_deflate\defutil.h Create Date:2022-07-27 07:55:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Flush the bit buffer, keeping at most 7 bits in it.

函数原型:static inline void bi_flush(deflate_state *s)

返回类型:void

参数:

类型参数名称
deflate_state *s
300  如果Output buffer. bits are inserted starting at the bottom (least* significant bits).恒等于16则
302  bi_buf等于0
303  Output buffer. bits are inserted starting at the bottom (least* significant bits).等于0
304  否则如果Output buffer. bits are inserted starting at the bottom (least* significant bits).大于等于8则
306  bi_buf右移等于8位
307  Output buffer. bits are inserted starting at the bottom (least* significant bits).减等于8
调用者
名称描述
zlib_tr_alignSend one empty static block to give enough lookahead for inflate