find_poly_roots   910 lib/bch.c      				cnt += find_poly_roots(bch, k+1, f1, roots);
find_poly_roots   912 lib/bch.c      				cnt += find_poly_roots(bch, k+1, f2, roots+cnt);
find_poly_roots  1038 lib/bch.c      		nroots = find_poly_roots(bch, 1, bch->elp, errloc);