Searched refs:gf_sqr (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bch.c | 369 static inline unsigned int gf_sqr(struct bch_control *bch, unsigned int a) in gf_sqr() function 435 syn[2*j+1] = gf_sqr(bch, syn[j]); in compute_syndromes() 655 if ((gf_sqr(bch, r)^r) == u) { in find_poly_deg2_roots() 685 a = gf_sqr(bch, a2)^b2; /* a = a2^2 + b2 */ in find_poly_deg3_roots() 884 z->c[2*j] = gf_sqr(bch, z->c[j]); in compute_trace_bk_mod() 1203 y = gf_sqr(bch, x)^x; in build_deg2_base()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | bch.c | 342 static inline unsigned int gf_sqr(struct bch_control *bch, unsigned int a) in gf_sqr() function 408 syn[2*j+1] = gf_sqr(bch, syn[j]); in compute_syndromes() 628 if ((gf_sqr(bch, r)^r) == u) { in find_poly_deg2_roots() 658 a = gf_sqr(bch, a2)^b2; /* a = a2^2 + b2 */ in find_poly_deg3_roots() 857 z->c[2*j] = gf_sqr(bch, z->c[j]); in compute_trace_bk_mod() 1173 y = gf_sqr(bch, x)^x; in build_deg2_base()
|