Searched refs:a_log (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/lib/ |
D | bch.c | 334 static inline int a_log(struct bch_control *bch, unsigned int x) in a_log() function 411 tmp = a_log(bch, d)+n-a_log(bch, pd); in compute_error_locator_polynomial() 414 l = a_log(bch, pelp->c[j]); in compute_error_locator_polynomial() 526 j = a_log(bch, b); in find_affine4_roots() 527 k = a_log(bch, a); in find_affine4_roots() 667 l = a_log(bch, f); in find_poly_deg4_roots() 712 int i, d = a->deg, l = GF_N(bch)-a_log(bch, a->c[a->deg]); in gf_poly_logrep() 716 rep[i] = a->c[i] ? mod_s(bch, a_log(bch, a->c[i])+l) : -1; in gf_poly_logrep() 740 la = a_log(bch, c[j]); in gf_poly_mod() 1146 r = a_log(bch, y); in build_deg2_base()
|