Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dbch.c422 struct gf_poly *pelp = bch->poly_2t[0]; in compute_error_locator_polynomial() local
426 memset(pelp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()
429 pelp->deg = 0; in compute_error_locator_polynomial()
430 pelp->c[0] = 1; in compute_error_locator_polynomial()
441 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial()
442 if (pelp->c[j]) { in compute_error_locator_polynomial()
443 l = a_log(bch, pelp->c[j]); in compute_error_locator_polynomial()
448 tmp = pelp->deg+k; in compute_error_locator_polynomial()
451 gf_poly_copy(pelp, elp_copy); in compute_error_locator_polynomial()