Lines Matching defs:a
305 static inline unsigned int gf_mul(struct bch_control *bch, unsigned int a, in gf_mul()
312 static inline unsigned int gf_sqr(struct bch_control *bch, unsigned int a) in gf_sqr()
317 static inline unsigned int gf_div(struct bch_control *bch, unsigned int a, in gf_div()
324 static inline unsigned int gf_inv(struct bch_control *bch, unsigned int a) in gf_inv()
518 static int find_affine4_roots(struct bch_control *bch, unsigned int a, in find_affine4_roots()
616 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
649 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
710 const struct gf_poly *a, int *rep) in gf_poly_logrep()
722 static void gf_poly_mod(struct bch_control *bch, struct gf_poly *a, in gf_poly_mod()
758 static void gf_poly_div(struct bch_control *bch, struct gf_poly *a, in gf_poly_div()
776 static struct gf_poly *gf_poly_gcd(struct bch_control *bch, struct gf_poly *a, in gf_poly_gcd()