Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dxxhash.h175 #define XXH_PRIME64_1 0x9E3779B185EBCA87ULL macro
183 return rol64(acc + input * XXH_PRIME64_2, 31) * XXH_PRIME64_1; in XXH64_round()
188 return (acc ^ XXH64_round(0, val)) * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeround()
218 uint64_t v1 = QEMU_XXHASH_SEED + XXH_PRIME64_1 + XXH_PRIME64_2; in qemu_xxhash64_4()
221 uint64_t v4 = QEMU_XXHASH_SEED - XXH_PRIME64_1; 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()
367 v4 = QEMU_XXHASH_SEED - XXH_PRIME64_1; in compute_page_hash()