Searched refs:GF_N (Results 1 – 1 of 1) sorted by relevance
80 #define GF_N(_p) ((1 << (CONFIG_BCH_CONST_M))-1) macro84 #define GF_N(_p) ((_p)->n) macro258 const unsigned int n = GF_N(bch); in modulo()271 const unsigned int n = GF_N(bch); in mod_s()311 GF_N(bch)-bch->a_log_tab[b])] : 0; in gf_div()316 return bch->a_pow_tab[GF_N(bch)-bch->a_log_tab[a]]; in gf_inv()331 return mod_s(bch, GF_N(bch)-bch->a_log_tab[x]); in a_ilog()380 const unsigned int n = GF_N(bch); in compute_error_locator_polynomial()552 roots[n++] = mod_s(bch, GF_N(bch)-bch->a_log_tab[poly->c[0]]+ in find_poly_deg1_roots()573 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots()[all …]