Searched refs:gf_div (Results 1 – 1 of 1) sorted by relevance
| /u-boot/lib/ |
| A D | bch.c | 660 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots() 661 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots() 662 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots() 695 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots() 696 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots() 697 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots() 698 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots() 705 f = gf_div(bch, c, a); in find_poly_deg4_roots() 725 b2 = gf_div(bch, a, d); in find_poly_deg4_roots() 726 a2 = gf_div(bch, b, d); in find_poly_deg4_roots() [all …]
|
Completed in 6 milliseconds