Home
last modified time | relevance | path

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

/lib/
Dbch.c383 struct gf_poly *pelp = bch->poly_2t[0]; in compute_error_locator_polynomial() local
387 memset(pelp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()
390 pelp->deg = 0; in compute_error_locator_polynomial()
391 pelp->c[0] = 1; in compute_error_locator_polynomial()
402 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial()
403 if (pelp->c[j]) { in compute_error_locator_polynomial()
404 l = a_log(bch, pelp->c[j]); in compute_error_locator_polynomial()
409 tmp = pelp->deg+k; in compute_error_locator_polynomial()
412 gf_poly_copy(pelp, elp_copy); in compute_error_locator_polynomial()