Function report |
Source Code:lib\842\842_compress.c |
Create Date:2022-07-28 06:57:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_next_data
Proto:static void get_next_data(struct sw842_param *p)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sw842_param * | p |
410 | data8[0] = get_input_data(p, 0, 64) |
411 | data4[0] = get_input_data(p, 0, 32) |
412 | data4[1] = get_input_data(p, 4, 32) |
413 | data2[0] = get_input_data(p, 0, 16) |
414 | data2[1] = get_input_data(p, 2, 16) |
415 | data2[2] = get_input_data(p, 4, 16) |
416 | data2[3] = get_input_data(p, 6, 16) |
Name | Describe |
---|---|
sw842_compress | sw842_compress* Compress the uncompressed buffer of length @ilen at @in to the output buffer*@out, using no more than @olen bytes, using the 842 compression format |
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 |