Searched refs:crc_32_tab (Results 1 – 5 of 5) sorted by relevance
133 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()
1137 static ulg crc_32_tab[256]; variable1164 crc_32_tab[0] = 0; in makecrc()1175 crc_32_tab[i] = c; in makecrc()
143 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()
1319 14 c = crc_32_tab[...];1351 26312 -> c = crc_32_tab[...];