函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:mpute polynomial Euclidean division quotient in GF(2^m)[X]

函数原型:static void gf_poly_div(struct bch_control *bch, struct gf_poly *a, const struct gf_poly *b, struct gf_poly *q)

返回类型:void

参数:

类型参数名称
struct bch_control *bch
struct gf_poly *a
const struct gf_poly *b
struct gf_poly *q
761  如果polynomial degree 大于等于polynomial degree
762  polynomial degree 等于polynomial degree polynomial degree
764  mpute polynomial Euclidean division remainder in GF(2^m)[X]
766  内存复制(polynomial terms , & polynomial terms [polynomial degree ], (1 + polynomial degree ) * sizeof(unsignedint))
767  否则
768  polynomial degree 等于0
769  polynomial terms [0]等于0
调用者
名称描述
factor_polynomialactor a polynomial using Berlekamp Trace algorithm (BTA)