Function report |
Source Code:lib\xz\xz_dec_lzma2.c |
Create Date:2022-07-28 07:08:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Decode the length of the match into s->lzma.len.
Proto:static void lzma_len(struct xz_dec_lzma2 *s, struct lzma_len_dec *l, uint32_t pos_state)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xz_dec_lzma2 * | s | |
struct lzma_len_dec * | l | |
uint32_t | pos_state |
627 | limit = LEN_LOW_SYMBOLS |
629 | Else |
632 | limit = LEN_MID_SYMBOLS |
634 | Else |
642 | * Length of a match. This is updated so that dict_repeat can * be called again to finish repeating the whole match. += Decode a bittree starting from the most significant bit. - limit |
Name | Describe |
---|---|
lzma_match | Decode a match. The distance will be stored in s->lzma.rep0. |
lzma_rep_match | Decode a repeated match. The distance is one of the four most recently* seen matches. 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 |