Searched refs:a2 (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | bch.c | 606 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 613 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots() 616 c = gf_mul(bch, a2, c2); /* c = a2c2 */ 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() 624 if (tmp[i] != a2) 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 677 a2 = gf_div(bch, b, d); in find_poly_deg4_roots() 682 a2 = b; in find_poly_deg4_roots() 685 if (find_affine4_roots(bch, a2, b2, c2, roots) == 4) { in find_poly_deg4_roots()
|
D | dma-debug.c | 1177 unsigned long a2 = (unsigned long)start; in overlap() local 1180 return !(b1 <= a2 || a1 >= b2); in overlap()
|