Home
last modified time | relevance | path

Searched refs:a2 (Results 1 – 1 of 1) sorted by relevance

/lib/
Dbch.c616 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
623 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots()
626 c = gf_mul(bch, a2, c2); /* c = a2c2 */ 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()
634 if (tmp[i] != a2) 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
687 a2 = gf_div(bch, b, d); in find_poly_deg4_roots()
692 a2 = b; in find_poly_deg4_roots()
695 if (find_affine4_roots(bch, a2, b2, c2, roots) == 4) { in find_poly_deg4_roots()