Home
last modified time | relevance | path

Searched defs:nroots (Results 1 – 6 of 6) sorted by relevance

/linux/lib/reed_solomon/ !
H A Dtest_rslib.c41 int nroots; member
110 int nroots = rs->nroots; in alloc_ws() local
154 int nroots = rs->codec->nroots; in get_rcw_we() local
235 int nroots = rs->nroots; compute_syndrome() local
323 int nroots = rs->codec->nroots; ex_rs_helper() local
370 int nroots = rs->codec->nroots; test_bc() local
411 int nroots = rs->codec->nroots; exercise_rs_bc() local
[all...]
H A Dreed_solomon.c71 int fcr, int prim, int nroots, gfp_t gfp) in codec_init() argument
215 int prim, int nroots, gfp_t gfp) in init_rs_internal() argument
289 init_rs_gfp(int symsize,int gfpoly,int fcr,int prim,int nroots,gfp_t gfp) init_rs_gfp() argument
308 init_rs_non_canonical(int symsize,int (* gffunc)(int),int fcr,int prim,int nroots) init_rs_non_canonical() argument
[all...]
H A Dencode_rs.c16 int nroots = rs->nroots; variable
H A Ddecode_rs.c17 int nroots = rs->nroots; variable
[all...]
/linux/include/linux/ !
H A Drslib.h39 int nroots; member
98 int prim, int nroots) in init_rs() argument
/linux/lib/ !
H A Dbch.c1015 int i, err, nroots; in bch_decode() local