Searched refs:pelp (Results 1 – 2 of 2) sorted by relevance
450 struct gf_poly *pelp = bch->poly_2t[0]; in compute_error_locator_polynomial() local454 memset(pelp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()457 pelp->deg = 0; in compute_error_locator_polynomial()458 pelp->c[0] = 1; in compute_error_locator_polynomial()469 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial()470 if (pelp->c[j]) { in compute_error_locator_polynomial()471 l = a_log(bch, pelp->c[j]); in compute_error_locator_polynomial()476 tmp = pelp->deg+k; in compute_error_locator_polynomial()479 gf_poly_copy(pelp, elp_copy); in compute_error_locator_polynomial()
423 struct gf_poly *pelp = bch->poly_2t[0]; in compute_error_locator_polynomial() local427 memset(pelp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()430 pelp->deg = 0; in compute_error_locator_polynomial()431 pelp->c[0] = 1; in compute_error_locator_polynomial()442 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial()443 if (pelp->c[j]) { in compute_error_locator_polynomial()444 l = a_log(bch, pelp->c[j]); in compute_error_locator_polynomial()449 tmp = pelp->deg+k; in compute_error_locator_polynomial()452 gf_poly_copy(pelp, elp_copy); in compute_error_locator_polynomial()