Searched refs:crc_32_tab (Results 1 – 5 of 5) sorted by relevance
269 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()
132 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()
156 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()
1136 static ulg crc_32_tab[256]; variable1163 crc_32_tab[0] = 0; in makecrc()1174 crc_32_tab[i] = c; in makecrc()
211 c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8); in flush_window()