函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Get the index of the appropriate probability array for decoding* the distance slot.

函数原型:static inline uint32_t lzma_get_dist_state(uint32_t len)

返回类型:uint32_t

参数:

类型参数名称
uint32_tlen
149  返回:如果len小于Different sets of probabilities are used for match distances that have* very short match length: Lengths of 2, 3, and 4 bytes have a separate* set of probabilities for each length. The matches with longer length* use a shared set of probabilities.Minimum length of a match is two bytes. lenMinimum length of a match is two bytes. 否则Different sets of probabilities are used for match distances that have* very short match length: Lengths of 2, 3, and 4 bytes have a separate* set of probabilities for each length. The matches with longer length* use a shared set of probabilities.减1
调用者
名称描述
lzma_matchDecode a match. The distance will be stored in s->lzma.rep0.