Searched refs:gf_poly (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | bch.c | 111 struct gf_poly { struct 121 struct gf_poly poly; 417 static void gf_poly_copy(struct gf_poly *dst, struct gf_poly *src) in gf_poly_copy() 795 const struct gf_poly *b, struct gf_poly *q) in gf_poly_div() 812 static struct gf_poly *gf_poly_gcd(struct bch_control *bch, struct gf_poly *a, in gf_poly_gcd() 813 struct gf_poly *b) in gf_poly_gcd() 815 struct gf_poly *tmp; in gf_poly_gcd() 842 const struct gf_poly *f, struct gf_poly *z, in compute_trace_bk_mod() 885 struct gf_poly **g, struct gf_poly **h) in factor_polynomial() 891 struct gf_poly *gcd; in factor_polynomial() [all …]
|
/openbmc/linux/lib/ |
H A D | bch.c | 104 struct gf_poly { struct 114 struct gf_poly poly; 404 static void gf_poly_copy(struct gf_poly *dst, struct gf_poly *src) in gf_poly_copy() 782 const struct gf_poly *b, struct gf_poly *q) in gf_poly_div() 799 static struct gf_poly *gf_poly_gcd(struct bch_control *bch, struct gf_poly *a, in gf_poly_gcd() 800 struct gf_poly *b) in gf_poly_gcd() 802 struct gf_poly *tmp; in gf_poly_gcd() 829 const struct gf_poly *f, struct gf_poly *z, in compute_trace_bk_mod() 872 struct gf_poly **g, struct gf_poly **h) in factor_polynomial() 878 struct gf_poly *gcd; in factor_polynomial() [all …]
|
/openbmc/u-boot/include/linux/ |
H A D | bch.h | 52 struct gf_poly *elp; 53 struct gf_poly *poly_2t[4];
|
/openbmc/linux/include/linux/ |
H A D | bch.h | 53 struct gf_poly *elp; 54 struct gf_poly *poly_2t[4];
|