Searched refs:solve_linear_system (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | bch.c | 478 static int solve_linear_system(struct bch_control *bch, unsigned int *rows, in solve_linear_system() function 585 return solve_linear_system(bch, rows, roots, 4); in find_affine4_roots()
|
/openbmc/linux/lib/ |
H A D | bch.c | 465 static int solve_linear_system(struct bch_control *bch, unsigned int *rows, in solve_linear_system() function 572 return solve_linear_system(bch, rows, roots, 4); in find_affine4_roots()
|