Searched refs:b2 (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | bch.c | 616 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 622 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots() 627 b = gf_mul(bch, a2, b2)^c2; /* b = a2b2 + c2 */ in find_poly_deg3_roots() 628 a = gf_sqr(bch, a2)^b2; /* a = a2^2 + b2 */ in find_poly_deg3_roots() 649 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local 686 b2 = gf_div(bch, a, d); in find_poly_deg4_roots() 691 b2 = c; in find_poly_deg4_roots() 695 if (find_affine4_roots(bch, a2, b2, c2, roots) == 4) { in find_poly_deg4_roots()
|