Searched defs:poly64 (Results 1 – 3 of 3) sorted by relevance
22 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); in crc64_init() local
26 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); in init_crc64_table() local
818 static UINT64 poly64(UINT64 cur, UINT64 key, UINT64 data) in poly64() function