Home
last modified time | relevance | path

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

/u-boot/lib/
A Dbch.c923 static int find_poly_roots(struct bch_control *bch, unsigned int k, in find_poly_roots() function
949 cnt += find_poly_roots(bch, k+1, f1, roots); in find_poly_roots()
951 cnt += find_poly_roots(bch, k+1, f2, roots+cnt); in find_poly_roots()
990 #define find_poly_roots(_p, _k, _elp, _loc) chien_search(_p, len, _elp, _loc) macro
1077 nroots = find_poly_roots(bch, 1, bch->elp, errloc); in decode_bch()

Completed in 5 milliseconds