函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__split_next_bits

函数原型:static int __split_next_bits(struct sw842_param *p, u64 *d, u8 n, u8 s)

返回类型:int

参数:

类型参数名称
struct sw842_param *p
u64 *d
u8n
u8s
69  tmp等于0
72  如果n小于等于s
73  pr_debug("split_next_bits invalid n %u s %u\n", n, s)
74  返回:负EINVAL
77  ret等于next_bits(p, & tmp, n - s)
78  如果ret则返回:ret
80  ret等于next_bits(p, d, s)
81  如果ret则返回:ret
83  d或等于tmp左移s
84  返回:0
调用者
名称描述
next_bits