Searched refs:crc64_tab (Results 1 – 1 of 1) sorted by relevance
42 static const uint64_t crc64_tab[256] = { variable178 crc = crc64_tab[(uint8_t)crc ^ byte] ^ (crc >> 8); in crc64()