Searched refs:gf_div (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dbch.c340 static inline unsigned int gf_div(struct bch_control *bch, unsigned int a, function
644 c2 = gf_div(bch, poly->c[0], e3);
645 b2 = gf_div(bch, poly->c[1], e3);
646 a2 = gf_div(bch, poly->c[2], e3);
679 d = gf_div(bch, poly->c[0], e4);
680 c = gf_div(bch, poly->c[1], e4);
681 b = gf_div(bch, poly->c[2], e4);
682 a = gf_div(bch, poly->c[3], e4);
689 f = gf_div(bch, c, a);
709 b2 = gf_div(bc
[all...]

Completed in 114 milliseconds