Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/boot/compressed/
Dmisc.c269 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window_low()
287 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window_high()
/linux-4.1.27/arch/alpha/boot/
Dmisc.c132 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()
/linux-4.1.27/arch/nios2/boot/compressed/
Dmisc.c156 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()
/linux-4.1.27/lib/
Dinflate.c1136 static ulg crc_32_tab[256]; variable
1163 crc_32_tab[0] = 0; in makecrc()
1174 crc_32_tab[i] = c; in makecrc()
/linux-4.1.27/arch/cris/boot/compressed/
Dmisc.c211 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()