Searched refs:solve_linear_system (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bch.c | 499 static int solve_linear_system(struct bch_control *bch, unsigned int *rows, in solve_linear_system() function 606 return solve_linear_system(bch, rows, roots, 4); in find_affine4_roots()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | bch.c | 472 static int solve_linear_system(struct bch_control *bch, unsigned int *rows, in solve_linear_system() function 579 return solve_linear_system(bch, rows, roots, 4); in find_affine4_roots()
|