Searched refs:crc32_table (Results 1 – 3 of 3) sorted by relevance
33 static const uint32_t crc32_table[256] = variable96 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); in crc32()
594 static const UInt crc32_table[256] = in calc_gnu_debuglink_crc32() local671 crc = crc32_table[(crc ^ buf[i]) & 0xff] ^ (crc >> 8); in calc_gnu_debuglink_crc32()
1199 static const UInt crc32_table[256] = in ML_() local1275 crc = crc32_table[(crc ^ buf[i]) & 0xff] ^ (crc >> 8); in ML_()