Home
last modified time | relevance | path

Searched refs:XXH_PRIME64_2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dxxhash.h176 #define XXH_PRIME64_2 0xC2B2AE3D27D4EB4FULL macro
183 return rol64(acc + input * XXH_PRIME64_2, 31) * XXH_PRIME64_1; in XXH64_round()
208 h64 *= XXH_PRIME64_2; in XXH64_avalanche()
218 uint64_t v1 = QEMU_XXHASH_SEED + XXH_PRIME64_1 + XXH_PRIME64_2; in qemu_xxhash64_4()
219 uint64_t v2 = QEMU_XXHASH_SEED + XXH_PRIME64_2; in qemu_xxhash64_4()
/openbmc/qemu/migration/
H A Ddirtyrate.c364 v1 = QEMU_XXHASH_SEED + XXH_PRIME64_1 + XXH_PRIME64_2; in compute_page_hash()
365 v2 = QEMU_XXHASH_SEED + XXH_PRIME64_2; in compute_page_hash()