Lines Matching defs:a
295 static inline unsigned int gf_mul(struct bch_control *bch, unsigned int a, in gf_mul()
302 static inline unsigned int gf_sqr(struct bch_control *bch, unsigned int a) in gf_sqr()
307 static inline unsigned int gf_div(struct bch_control *bch, unsigned int a, in gf_div()
314 static inline unsigned int gf_inv(struct bch_control *bch, unsigned int a) in gf_inv()
508 static int find_affine4_roots(struct bch_control *bch, unsigned int a, in find_affine4_roots()
606 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
639 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
700 const struct gf_poly *a, int *rep) in gf_poly_logrep()
712 static void gf_poly_mod(struct bch_control *bch, struct gf_poly *a, in gf_poly_mod()
748 static void gf_poly_div(struct bch_control *bch, struct gf_poly *a, in gf_poly_div()
766 static struct gf_poly *gf_poly_gcd(struct bch_control *bch, struct gf_poly *a, in gf_poly_gcd()