Searched refs:crc32_table (Results 1 – 4 of 4) sorted by relevance
54 static const uint32_t crc32_table[256] = variable117 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); in crc32()
167 static const unsigned long crc32_table[256] = in calc_crc32() local226 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); in calc_crc32()
573 static const UInt crc32_table[256] = in calc_gnu_debuglink_crc32() local650 crc = crc32_table[(crc ^ buf[i]) & 0xff] ^ (crc >> 8); in calc_gnu_debuglink_crc32()
922 static const UInt crc32_table[256] = in ML_() local998 crc = crc32_table[(crc ^ buf[i]) & 0xff] ^ (crc >> 8); in ML_()