Searched refs:a_log (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/lib/ |
D | bch.c | 363 static inline int a_log(struct bch_control *bch, unsigned int x) in a_log() function 440 tmp = a_log(bch, d)+n-a_log(bch, pd); in compute_error_locator_polynomial() 443 l = a_log(bch, pelp->c[j]); in compute_error_locator_polynomial() 555 j = a_log(bch, b); in find_affine4_roots() 556 k = a_log(bch, a); in find_affine4_roots() 696 l = a_log(bch, f); in find_poly_deg4_roots() 741 int i, d = a->deg, l = GF_N(bch)-a_log(bch, a->c[a->deg]); in gf_poly_logrep() 745 rep[i] = a->c[i] ? mod_s(bch, a_log(bch, a->c[i])+l) : -1; in gf_poly_logrep() 769 la = a_log(bch, c[j]); in gf_poly_mod() 1174 r = a_log(bch, y); in build_deg2_base()
|