Home
last modified time | relevance | path

Searched refs:pelp (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/lib/
A Dbch.c450 struct gf_poly *pelp = bch->poly_2t[0]; in compute_error_locator_polynomial() local
454 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()

Completed in 6 milliseconds