函数逻辑报告 |
Source Code:lib\842\842_decompress.c |
Create Date:2022-07-27 07:54:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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,
函数原型:int sw842_decompress(const u8 *in, unsigned int ilen, u8 *out, unsigned int *olen)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const u8 * | in | |
unsigned int | ilen | |
u8 * | out | |
unsigned int * | olen |
286 | bit等于0 |
294 | olen等于0 |
296 | 循环 |
297 | ret等于next_bits( & p, & op, additional bits of each op param ) |
304 | 当:op恒等于special templates |
341 | ret等于next_bits( & p, & bytes, SHORT_DATA_BITS) |
345 | 如果非bytes或bytes大于SHORT_DATA_BITS_MAX则返回:负EINVAL |
360 | 退出 |
365 | 退出 |
366 | 默认 |
390 | 如果此条件成立可能性小(为编译器优化)((total - olen) > UINT_MAX)则返回:负ENOSPC |
395 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |