Searched refs:pelp (Results 1 – 2 of 2) sorted by relevance
416 struct gf_poly *pelp = bch->poly_2t[0]; in compute_error_locator_polynomial() local420 memset(pelp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()423 pelp->deg = 0; in compute_error_locator_polynomial()424 pelp->c[0] = 1; in compute_error_locator_polynomial()435 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial()436 if (pelp->c[j]) { in compute_error_locator_polynomial()437 l = a_log(bch, pelp->c[j]); in compute_error_locator_polynomial()442 tmp = pelp->deg+k; in compute_error_locator_polynomial()445 gf_poly_copy(pelp, elp_copy); in compute_error_locator_polynomial()
429 struct gf_poly *pelp = bch->poly_2t[0]; in compute_error_locator_polynomial() local433 memset(pelp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()436 pelp->deg = 0; in compute_error_locator_polynomial()437 pelp->c[0] = 1; in compute_error_locator_polynomial()448 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial()449 if (pelp->c[j]) { in compute_error_locator_polynomial()450 l = a_log(bch, pelp->c[j]); in compute_error_locator_polynomial()455 tmp = pelp->deg+k; in compute_error_locator_polynomial()458 gf_poly_copy(pelp, elp_copy); in compute_error_locator_polynomial()