Lines Matching defs:a
328 static inline unsigned int gf_mul(struct bch_control *bch, unsigned int a, in gf_mul()
335 static inline unsigned int gf_sqr(struct bch_control *bch, unsigned int a) in gf_sqr()
340 static inline unsigned int gf_div(struct bch_control *bch, unsigned int a, in gf_div()
347 static inline unsigned int gf_inv(struct bch_control *bch, unsigned int a) in gf_inv()
538 static int find_affine4_roots(struct bch_control *bch, unsigned int a, in find_affine4_roots()
636 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
669 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
730 const struct gf_poly *a, int *rep) in gf_poly_logrep()
742 static void gf_poly_mod(struct bch_control *bch, struct gf_poly *a, in gf_poly_mod()
778 static void gf_poly_div(struct bch_control *bch, struct gf_poly *a, in gf_poly_div()
796 static struct gf_poly *gf_poly_gcd(struct bch_control *bch, struct gf_poly *a, in gf_poly_gcd()