Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\xz\xz_dec_lzma2.c Create Date:2022-07-28 07:08:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Put one byte into the dictionary. It is assumed that there is space for it.

Proto:static inline void dict_put(struct dictionary *dict, uint8_t byte)

Type:void

Parameter:

TypeParameterName
struct dictionary *dict
uint8_tbyte
335  Beginning of the history buffer [Position in buf ++] = byte
337  If How full dictionary is. This is used to detect corrupt input that* would read beyond the beginning of the uncompressed stream. < Position in buf Then How full dictionary is. This is used to detect corrupt input that* would read beyond the beginning of the uncompressed stream. = Position in buf
Caller
NameDescribe
lzma_literalDecode a literal (one 8-bit byte)