Home
last modified time | relevance | path

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

/lib/
Dbch.c606 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
612 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots()
617 b = gf_mul(bch, a2, b2)^c2; /* b = a2b2 + c2 */ in find_poly_deg3_roots()
618 a = gf_sqr(bch, a2)^b2; /* a = a2^2 + b2 */ in find_poly_deg3_roots()
639 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
676 b2 = gf_div(bch, a, d); in find_poly_deg4_roots()
681 b2 = c; in find_poly_deg4_roots()
685 if (find_affine4_roots(bch, a2, b2, c2, roots) == 4) { in find_poly_deg4_roots()
Ddma-debug.c1178 unsigned long b2 = (unsigned long)end; in overlap() local
1180 return !(b1 <= a2 || a1 >= b2); in overlap()