Lines Matching defs:gffunc
61 * @gffunc: Field generator function
70 static struct rs_codec *codec_init(int symsize, int gfpoly, int (*gffunc)(int),
88 rs->gffunc = gffunc;
117 sr = gffunc(0);
121 sr = gffunc(sr);
204 * @gffunc: pointer to function to generate the next field element,
214 int (*gffunc)(int), int fcr,
251 if (gffunc != cd->gffunc)
266 rs->codec = codec_init(symsize, gfpoly, gffunc, fcr, prim, nroots, gfp);
299 * @gffunc: pointer to function to generate the next field element,
307 struct rs_control *init_rs_non_canonical(int symsize, int (*gffunc)(int),
310 return init_rs_internal(symsize, 0, gffunc, fcr, prim, nroots,