Home
last modified time | relevance | path

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

/Linux-v6.6/arch/alpha/boot/
Dmisc.c131 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()
/Linux-v6.6/arch/nios2/boot/compressed/
Dmisc.c143 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()
/Linux-v6.6/lib/
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()