Searched refs:a_pow (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | bch.c | 352 static inline unsigned int a_pow(struct bch_control *bch, int i) in a_pow() function 393 syn[j] ^= a_pow(bch, (j+1)*(i+s)); in compute_syndromes() 438 elp->c[j+k] ^= a_pow(bch, tmp+l); in compute_error_locator_polynomial() 606 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots() 692 e = a_pow(bch, l/2); in find_poly_deg4_roots() 700 d = a_pow(bch, 2*l)^gf_mul(bch, b, f)^d; in find_poly_deg4_roots() 964 syn ^= a_pow(bch, m+j*i); in chien_search() 1157 sum ^= a_pow(bch, i*(1 << j)); in build_deg2_base()
|
/kernel/linux/linux-5.10/lib/ |
H A D | bch.c | 386 static inline unsigned int a_pow(struct bch_control *bch, int i) in a_pow() function 427 syn[j] ^= a_pow(bch, (j+1)*(i+s)); in compute_syndromes() 472 elp->c[j+k] ^= a_pow(bch, tmp+l); in compute_error_locator_polynomial() 640 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots() 726 e = a_pow(bch, l/2); in find_poly_deg4_roots() 734 d = a_pow(bch, 2*l)^gf_mul(bch, b, f)^d; in find_poly_deg4_roots() 998 syn ^= a_pow(bch, m+j*i); in chien_search() 1191 sum ^= a_pow(bch, i*(1 << j)); in build_deg2_base()
|
Completed in 4 milliseconds