Function report |
Source Code:lib\842\842_decompress.c |
Create Date:2022-07-28 06:57:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_op
Proto:static int do_op(struct sw842_param *p, u8 o)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct sw842_param * | p | |
u8 | o |
228 | ret = 0 |
230 | If o >= he max of the regular templates - not including the special templates Then Return -EINVAL |
234 | op = decomp_ops[o][i] |
239 | Case & == OP_ACTION_DATA |
242 | Case & == OP_ACTION_INDEX |
245 | Case & == OP_ACTION_NOOP |
246 | Break |
247 | Default |
256 | If sw842_template_counts Then atomic_inc( & template_count[o]) |
259 | Return 0 |
Name | Describe |
---|---|
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, |
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 |