函数逻辑报告 |
Source Code:lib\842\842_decompress.c |
Create Date:2022-07-27 07:54:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:next_bits
函数原型:static int next_bits(struct sw842_param *p, u64 *d, u8 n)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sw842_param * | p | |
u64 * | d | |
u8 | n |
91 | 如果n大于64则 |
99 | 如果bits大于64则返回:__split_next_bits(p, d, n, 32) |
106 | 如果DIV_ROUND_UP(bits, 8)大于ilen则返回:负EOVERFLOW |
111 | 否则如果bits小于等于16则d等于be16_to_cpu(get_unaligned((__be16 * )in))右移16减bits位 |
113 | 否则如果bits小于等于32则d等于be32_to_cpu(get_unaligned((__be32 * )in))右移32减bits位 |
115 | 否则d等于be64_to_cpu(get_unaligned((__be64 * )in))右移64减bits位 |
118 | d与等于GENMASK_ULL(n - 1, 0) |
122 | 如果bit大于7则 |
128 | 返回:0 |
名称 | 描述 |
---|---|
__split_next_bits | |
do_data | |
__do_index | |
sw842_decompress | sw842_decompress* Decompress the 842-compressed buffer of length @ilen at @in* to the output buffer @out, using no more than @olen bytes.* The compressed buffer must be only a single 842-compressed buffer, |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |