Home
last modified time | relevance | path

Searched refs:crc_32_tab (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/alpha/boot/
H A Dmisc.c131 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()
/openbmc/linux/arch/nios2/boot/compressed/
H A Dmisc.c143 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()
/openbmc/linux/lib/
H A Dinflate.c1137 static ulg crc_32_tab[256]; variable
1164 crc_32_tab[0] = 0; in makecrc()
1175 crc_32_tab[i] = c; in makecrc()