Searched refs:a_log (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | bch.c | 391 static inline int a_log(struct bch_control *bch, unsigned int x) in a_log() function 468 tmp = a_log(bch, d)+n-a_log(bch, pd); in compute_error_locator_polynomial() 471 l = a_log(bch, pelp->c[j]); in compute_error_locator_polynomial() 583 j = a_log(bch, b); in find_affine4_roots() 584 k = a_log(bch, a); in find_affine4_roots() 724 l = a_log(bch, f); in find_poly_deg4_roots() 769 int i, d = a->deg, l = GF_N(bch)-a_log(bch, a->c[a->deg]); in gf_poly_logrep() 773 rep[i] = a->c[i] ? mod_s(bch, a_log(bch, a->c[i])+l) : -1; in gf_poly_logrep() 797 la = a_log(bch, c[j]); in gf_poly_mod() 1205 r = a_log(bch, y); in build_deg2_base()
|
Completed in 5 milliseconds