Searched refs:elp (Results 1 – 2 of 2) sorted by relevance
431 struct gf_poly *elp = bch->elp; in compute_error_locator_polynomial() local437 memset(elp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()441 elp->deg = 0; in compute_error_locator_polynomial()442 elp->c[0] = 1; in compute_error_locator_polynomial()448 gf_poly_copy(elp_copy, elp); in compute_error_locator_polynomial()459 if (tmp > elp->deg) { in compute_error_locator_polynomial()460 elp->deg = tmp; in compute_error_locator_polynomial()469 for (j = 1; j <= elp->deg; j++) in compute_error_locator_polynomial()473 dbg("elp=%s\n", gf_poly_str(elp)); in compute_error_locator_polynomial()474 return (elp->deg > t) ? -1 : (int)elp->deg; in compute_error_locator_polynomial()[all …]
52 struct gf_poly *elp; member
Completed in 5 milliseconds