Searched refs:crc64_table (Results 1 – 1 of 1) sorted by relevance
6 uint64_t const crc64_table[256] = { variable54 crc = (crc << 8) ^ (crc64_table[((crc >> 56) ^ *buffer++) & 0xff]); in crc64()