Searched refs:GF_N (Results 1 – 1 of 1) sorted by relevance
88 #define GF_N(_p) ((1 << (CONFIG_BCH_CONST_M))-1) macro92 #define GF_N(_p) ((_p)->n) macro298 const unsigned int n = GF_N(bch); in modulo()311 const unsigned int n = GF_N(bch); in mod_s()351 GF_N(bch)-bch->a_log_tab[b])] : 0; in gf_div()356 return bch->a_pow_tab[GF_N(bch)-bch->a_log_tab[a]]; in gf_inv()371 return mod_s(bch, GF_N(bch)-bch->a_log_tab[x]); in a_ilog()420 const unsigned int n = GF_N(bch); in compute_error_locator_polynomial()592 roots[n++] = mod_s(bch, GF_N(bch)-bch->a_log_tab[poly->c[0]]+ in find_poly_deg1_roots()613 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots()[all …]