函数逻辑报告

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 and align the output on a byte boundary

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

返回类型:void

参数:

类型参数名称
deflate_state *s
316  如果Output buffer. bits are inserted starting at the bottom (least* significant bits).大于8则
318  否则如果Output buffer. bits are inserted starting at the bottom (least* significant bits).大于0则
321  bi_buf等于0
322  Output buffer. bits are inserted starting at the bottom (least* significant bits).等于0
调用者
名称描述
zlib_tr_stored_type_onlySend just the `stored block' type code without any length bytes or data.
zlib_tr_flush_blockDetermine the best encoding for the current block: dynamic trees, static* trees or store, and output the encoded block to the zip file. This function* returns the total compressed length for the file so far.
copy_block