Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dbch.c941 static int find_poly_roots(struct bch_control *bch, unsigned int k, in find_poly_roots() function
967 cnt += find_poly_roots(bch, k+1, f1, roots); in find_poly_roots()
969 cnt += find_poly_roots(bch, k+1, f2, roots+cnt); in find_poly_roots()
1008 #define find_poly_roots(_p, _k, _elp, _loc) chien_search(_p, len, _elp, _loc) macro
1095 nroots = find_poly_roots(bch, 1, bch->elp, errloc); in bch_decode()
/OK3568_Linux_fs/u-boot/lib/
H A Dbch.c914 static int find_poly_roots(struct bch_control *bch, unsigned int k, in find_poly_roots() function
940 cnt += find_poly_roots(bch, k+1, f1, roots); in find_poly_roots()
942 cnt += find_poly_roots(bch, k+1, f2, roots+cnt); in find_poly_roots()
981 #define find_poly_roots(_p, _k, _elp, _loc) chien_search(_p, len, _elp, _loc) macro
1068 nroots = find_poly_roots(bch, 1, bch->elp, errloc); in decode_bch()