函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Put one byte into the dictionary. It is assumed that there is space for it.

函数原型:static inline void dict_put(struct dictionary *dict, uint8_t byte)

返回类型:void

参数:

类型参数名称
struct dictionary *dict
uint8_tbyte
335  Beginning of the history buffer [Position in buf ++]等于byte
337  如果How full dictionary is. This is used to detect corrupt input that* would read beyond the beginning of the uncompressed stream.小于Position in buf How full dictionary is. This is used to detect corrupt input that* would read beyond the beginning of the uncompressed stream.等于Position in buf
调用者
名称描述
lzma_literalDecode a literal (one 8-bit byte)