Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dxxhash.h205 static inline uint64_t XXH64_avalanche(uint64_t h64) in XXH64_avalanche() function
228 return XXH64_avalanche(XXH64_mergerounds(v1, v2, v3, v4)); in qemu_xxhash64_4()
/openbmc/qemu/migration/
H A Ddirtyrate.c376 res = XXH64_avalanche(res); in compute_page_hash()