Searched refs:find_affine4_roots (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | bch.c | 554 static int find_affine4_roots(struct bch_control *bch, unsigned int a, in find_affine4_roots() function 667 if (find_affine4_roots(bch, a, b, c, tmp) == 4) { in find_poly_deg3_roots() 731 if (find_affine4_roots(bch, a2, b2, c2, roots) == 4) { in find_poly_deg4_roots()
|
/openbmc/linux/lib/ |
H A D | bch.c | 541 static int find_affine4_roots(struct bch_control *bch, unsigned int a, in find_affine4_roots() function 654 if (find_affine4_roots(bch, a, b, c, tmp) == 4) { in find_poly_deg3_roots() 718 if (find_affine4_roots(bch, a2, b2, c2, roots) == 4) { in find_poly_deg4_roots()
|