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:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Read the next input byte if needed.

Proto:static __always_inline void rc_normalize(struct rc_dec *rc)

Type:void

Parameter:

TypeParameterName
struct rc_dec *rc
480  If range < RC_TOP_VALUE Then
481  range <<= Range coder constants
482  code = (code << Range coder constants ) + Buffer from which we read our input. It can be either* temp.buf or the caller-provided input buffer.[in_pos++]
Caller
NameDescribe
rc_bitDecode one bit. In some versions, this function has been splitted in three* functions so that the compiler is supposed to be able to more easily avoid* an extra branch. In this particular version of the LZMA decoder, this
rc_directDecode direct bits (fixed fifty-fifty probability)
lzma_mainLZMA decoder core