函数逻辑报告 |
Source Code:lib\xz\xz_dec_lzma2.c |
Create Date:2022-07-27 08:06:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Decode the length of the match into s->lzma.len.
函数原型:static void lzma_len(struct xz_dec_lzma2 *s, struct lzma_len_dec *l, uint32_t pos_state)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct xz_dec_lzma2 * | s | |
struct lzma_len_dec * | l | |
uint32_t | pos_state |
627 | limit等于LEN_LOW_SYMBOLS |
629 | 否则 |
632 | limit等于LEN_MID_SYMBOLS |
634 | 否则 |
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 |
名称 | 描述 |
---|---|
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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |