函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Send one empty static block to give enough lookahead for inflate

函数原型:void zlib_tr_align(deflate_state *s)

返回类型:void

参数:

类型参数名称
deflate_state *s
834  send_code(s, Bit length codes must not exceed MAX_BL_BITS bits , Local data. These are initialized only once.)
835  al bit length of compressed file 加等于10L
836  Flush the bit buffer, keeping at most 7 bits in it.
842  如果1加 length of EOB code for last block 加10减Output buffer. bits are inserted starting at the bottom (least* significant bits).小于9则
844  send_code(s, Bit length codes must not exceed MAX_BL_BITS bits , Local data. These are initialized only once.)
845  al bit length of compressed file 加等于10L
846  Flush the bit buffer, keeping at most 7 bits in it.
848  length of EOB code for last block 等于7
调用者
名称描述
zlib_deflate