Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\bch.c Create Date:2022-07-28 06:59:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:a_pow

Proto:static inline unsigned int a_pow(struct bch_control *bch, int i)

Type:unsigned int

Parameter:

TypeParameterName
struct bch_control *bch
inti
331  Return private: [modulo(bch, i)]
Caller
NameDescribe
compute_syndromesmpute 2t syndromes of ecc polynomial, i.e. ecc(a^j) for j=1..2t
compute_error_locator_polynomial
find_poly_deg2_rootsmpute roots of a degree 2 polynomial over GF(2^m)
find_poly_deg4_rootsmpute roots of a degree 4 polynomial over GF(2^m)
build_deg2_baseld a base for factoring degree 2 polynomials