Searched refs:pelp (Results 1 – 1 of 1) 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()