Searched refs:crc64_poly (Results 1 – 1 of 1) sorted by relevance
81 const uint64_t crc64_poly = 0xC96C5795D7870F42UL; in zap_hash() local94 *t = (*t >> 1) ^ (-(*t & 1) & crc64_poly); in zap_hash()97 assert(crc64_table[128] == crc64_poly); in zap_hash()