Home
last modified time | relevance | path

Searched refs:mod8_tab (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dbch.h58 uint32_t *mod8_tab; member
/linux-4.19.296/lib/
Dbch.c129 p = bch->mod8_tab + (l+1)*(((ecc[0] >> 24)^(*data++)) & 0xff); in encode_bch_unaligned()
198 const uint32_t * const tab0 = bch->mod8_tab; in encode_bch()
1097 memset(bch->mod8_tab, 0, 4*256*l*sizeof(*bch->mod8_tab)); in build_mod8_tables()
1103 tab = bch->mod8_tab + (b*256+i)*l; in build_mod8_tables()
1317 bch->mod8_tab = bch_alloc(words*1024*sizeof(*bch->mod8_tab), &err); in init_bch()
1366 kfree(bch->mod8_tab); in free_bch()