Searched refs:a_log (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/lib/ |
D | bch.c | 324 static inline int a_log(struct bch_control *bch, unsigned int x) in a_log() function 401 tmp = a_log(bch, d)+n-a_log(bch, pd); in compute_error_locator_polynomial() 404 l = a_log(bch, pelp->c[j]); in compute_error_locator_polynomial() 516 j = a_log(bch, b); in find_affine4_roots() 517 k = a_log(bch, a); in find_affine4_roots() 657 l = a_log(bch, f); in find_poly_deg4_roots() 702 int i, d = a->deg, l = GF_N(bch)-a_log(bch, a->c[a->deg]); in gf_poly_logrep() 706 rep[i] = a->c[i] ? mod_s(bch, a_log(bch, a->c[i])+l) : -1; in gf_poly_logrep() 730 la = a_log(bch, c[j]); in gf_poly_mod() 1136 r = a_log(bch, y); in build_deg2_base()
|