Searched refs:poly64 (Results 1 – 3 of 3) sorted by relevance
24 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); in crc64_init() local30 r = (r >> 1) ^ poly64; in crc64_init()
25 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); in init_crc64_table() local33 r = (r >> 1) ^ poly64; in init_crc64_table()
798 static UINT64 poly64(UINT64 cur, UINT64 key, UINT64 data) in poly64() function840 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()842 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()845 hc->poly_accum[i] = poly64(hc->poly_accum[i], in poly_hash()