BCH_ECC_WORDS
const unsigned int ecc_words = BCH_ECC_WORDS(bch);
const int l = BCH_ECC_WORDS(bch);
const int l = BCH_ECC_WORDS(bch)-1;
unsigned int i, nwords = BCH_ECC_WORDS(bch)-1;
unsigned int i, nwords = BCH_ECC_WORDS(bch)-1;
const unsigned int l = BCH_ECC_WORDS(bch)-1;
const size_t r_bytes = BCH_ECC_WORDS(bch) * sizeof(*r);