函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:modulo

函数原型:static inline int modulo(struct bch_control *bch, unsigned int v)

返回类型:int

参数:

类型参数名称
struct bch_control *bch
unsigned intv
268  n等于GF_N(bch)
269 v大于等于n循环
270  v减等于n
271  v等于v按位与n的值加v右移GF_M(bch)位的值
273  返回:v
调用者
名称描述
a_pow
find_poly_deg2_rootsmpute roots of a degree 2 polynomial over GF(2^m)