Searched refs:crc_32_tab (Results 1 – 3 of 3) sorted by relevance
131 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()
143 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()