函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Indicate that the latest state was a long repeated match.

函数原型:static inline void lzma_state_long_rep(enum lzma_state *state)

返回类型:void

参数:

类型参数名称
enum lzma_state *state
83  state等于如果state小于The lowest 7 states indicate that the previous state was a literal. STATE_LIT_LONGREP否则STATE_NONLIT_REP
调用者
名称描述
lzma_rep_matchDecode a repeated match. The distance is one of the four most recently* seen matches. The distance will be stored in s->lzma.rep0.