Searched refs:crc64_table (Results 1 – 2 of 2) sorted by relevance
80 static uint64_t crc64_table[256]; in zap_hash() local87 if (crc64_table[128] == 0) { in zap_hash()91 t = crc64_table + i; in zap_hash()97 assert(crc64_table[128] == crc64_poly); in zap_hash()100 crc = (crc >> 8) ^ crc64_table[(crc ^ c) & 0xFF]; in zap_hash()
85 crc64_table.c