函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\842\842_compress.c Create Date:2022-07-27 07:54:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:get_next_data

函数原型:static void get_next_data(struct sw842_param *p)

返回类型:void

参数:

类型参数名称
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)
调用者
名称描述
sw842_compresssw842_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