Home
last modified time | relevance | path

Searched refs:genpoly (Results 1 – 4 of 4) sorted by relevance

/linux/lib/reed_solomon/
H A Dreed_solomon.c99 rs->genpoly = kmalloc_array(rs->nroots + 1, sizeof(uint16_t), gfp); in codec_init()
100 if(rs->genpoly == NULL) in codec_init()
134 rs->genpoly[0] = 1; in codec_init()
136 rs->genpoly[i + 1] = 1; in codec_init()
139 if (rs->genpoly[j] != 0) { in codec_init()
140 rs->genpoly[j] = rs->genpoly[j -1] ^ in codec_init()
142 rs->index_of[rs->genpoly[j]] + root)]; in codec_init()
144 rs->genpoly[j] = rs->genpoly[j - 1]; in codec_init()
147 rs->genpoly[0] = in codec_init()
149 rs->index_of[rs->genpoly[0]] + root)]; in codec_init()
[all …]
H A Dencode_rs.c19 uint16_t *genpoly = rs->genpoly; variable
34 genpoly[nroots - j])];
41 fb + genpoly[0])];
H A Dtest_rslib.c38 int genpoly; member
453 rsc = init_rs(e->symsize, e->genpoly, e->fcs, e->prim, e->nroots); in run_exercise()
/linux/include/linux/
H A Drslib.h38 uint16_t *genpoly; member