Searched refs:GF_POLY_SZ (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/lib/ |
D | bch.c | 110 #define GF_POLY_SZ(_d) (sizeof(struct gf_poly)+((_d)+1)*sizeof(unsigned int)) macro 412 memcpy(dst, src, GF_POLY_SZ(src->deg)); in gf_poly_copy() 426 memset(pelp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial() 427 memset(elp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial() 847 memset(out, 0, GF_POLY_SZ(f->deg)); in compute_trace_bk_mod() 1211 g = bch_alloc(GF_POLY_SZ(m*t), &err); in compute_generator_polynomial() 1348 bch->poly_2t[i] = bch_alloc(GF_POLY_SZ(2*t), &err); in init_bch()
|