Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dbch.c657 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots()
658 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots()
659 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots()
692 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots()
693 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots()
694 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots()
695 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots()
702 f = gf_div(bch, c, a); in find_poly_deg4_roots()
722 b2 = gf_div(bch, a, d); in find_poly_deg4_roots()
723 a2 = gf_div(bch, b, d); in find_poly_deg4_roots()
[all …]
/openbmc/linux/lib/
H A Dbch.c644 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots()
645 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots()
646 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots()
679 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots()
680 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots()
681 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots()
682 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots()
689 f = gf_div(bch, c, a); in find_poly_deg4_roots()
709 b2 = gf_div(bch, a, d); in find_poly_deg4_roots()
710 a2 = gf_div(bch, b, d); in find_poly_deg4_roots()
[all …]