Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dbch.c238 const uint32_t * const tab0 = bch->mod8_tab; in encode_bch() local
239 const uint32_t * const tab1 = tab0 + 256*(l+1); in encode_bch()
281 p0 = tab0 + (l+1)*((w >> 0) & 0xff); in encode_bch()
/openbmc/linux/lib/
H A Dbch.c215 const uint32_t * const tab0 = bch->mod8_tab; in bch_encode() local
216 const uint32_t * const tab1 = tab0 + 256*(l+1); in bch_encode()
267 p0 = tab0 + (l+1)*((w >> 0) & 0xff); in bch_encode()