Searched refs:mod8_tab (Results 1 – 4 of 4) sorted by relevance
46 uint32_t *mod8_tab; member
47 uint32_t *mod8_tab; member
140 p = bch->mod8_tab + (l+1)*(((ecc[0] >> 24)^(tmp)) & 0xff); in bch_encode_unaligned()215 const uint32_t * const tab0 = bch->mod8_tab; in bch_encode()1122 memset(bch->mod8_tab, 0, 4*256*l*sizeof(*bch->mod8_tab)); in build_mod8_tables()1128 tab = bch->mod8_tab + (b*256+i)*l; in build_mod8_tables()1344 bch->mod8_tab = bch_alloc(words*1024*sizeof(*bch->mod8_tab), &err); in bch_init()1394 kfree(bch->mod8_tab); in bch_free()
170 p = bch->mod8_tab + (l+1)*(((ecc[0] >> 24)^(*data++)) & 0xff); in encode_bch_unaligned()238 const uint32_t * const tab0 = bch->mod8_tab; in encode_bch()1132 memset(bch->mod8_tab, 0, 4*256*l*sizeof(*bch->mod8_tab)); in build_mod8_tables()1138 tab = bch->mod8_tab + (b*256+i)*l; in build_mod8_tables()1346 bch->mod8_tab = bch_alloc(words*1024*sizeof(*bch->mod8_tab), &err); in init_bch()1394 kfree(bch->mod8_tab); in free_bch()