Function report |
Source Code:lib\xz\xz_dec_lzma2.c |
Create Date:2022-07-28 07:08:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Decode a bittree starting from the most significant bit.
Proto:static __always_inline uint32_t rc_bittree(struct rc_dec *rc, uint16_t *probs, uint32_t limit)
Type:uint32_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct rc_dec * | rc | |
uint16_t * | probs | |
uint32_t | limit |
522 | symbol = 1 |
524 | Do |
527 | Else symbol <<= 1 |
531 | Return symbol |
Name | Describe |
---|---|
lzma_literal | Decode a literal (one 8-bit byte) |
lzma_len | Decode the length of the match into s->lzma.len. |
lzma_match | Decode a match. The distance will be stored in s->lzma.rep0. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |