Searched refs:crc32_table (Results 1 – 3 of 3) sorted by relevance
19 static const u32 crc32_table[256] = { variable82 crc = crc32_table[(crc ^ frame[i]) & 0xff] ^ (crc >> 8); in crc32()
37 static const uint32_t crc32_table[256] = variable100 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); in crc32()
365 static const unsigned int crc32_table[256] = in gnu_debuglink_crc32() local424 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); in gnu_debuglink_crc32()