函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:mpute root r of a degree 1 polynomial over GF(2^m) (returned as log(1/r))

函数原型:static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, unsigned int *roots)

返回类型:int

参数:

类型参数名称
struct bch_control *bch
struct gf_poly *poly
unsigned int *roots
558  n等于0
560  如果polynomial terms [0]则roots[n++]等于shorter and faster modulo function, only works when v < 2N.
564  返回:n
调用者
名称描述
find_poly_rootsd roots of a polynomial, using BTZ algorithm; see the beginning of this* file for details