Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dxxhash.h178 #define XXH_PRIME64_4 0x85EBCA77C2B2AE63ULL macro
188 return (acc ^ XXH64_round(0, val)) * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeround()