Searched refs:crc32_table (Results 1 – 2 of 2) sorted by relevance
37 static const uint32_t crc32_table[256] = variable100 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); in crc32()
307 static const unsigned int crc32_table[256] = in gnu_debuglink_crc32() local366 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); in gnu_debuglink_crc32()