Home | History | Annotate | Download | only in lib

Lines Matching defs:genpoly

1209 	uint32_t *genpoly;
1213 genpoly = bch_alloc(DIV_ROUND_UP(m*t+1, 32)*sizeof(*genpoly), &err);
1216 kfree(genpoly);
1217 genpoly = NULL;
1254 genpoly[i++] = word;
1263 return genpoly;
1291 uint32_t *genpoly;
1358 genpoly = compute_generator_polynomial(bch);
1359 if (genpoly == NULL)
1362 build_mod8_tables(bch, genpoly);
1363 kfree(genpoly);