Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dbch.c646 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
650 e3 = poly->c[3]; in find_poly_deg3_roots()
651 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots()
652 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots()
653 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots()