Lines Matching +full:- +full:seed
2 * xxHash - Fast Hash algorithm
3 * Copyright (C) 2012-2016, Yann Collet
5 * BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
31 * - xxHash source repository : https://github.com/Cyan4973/xxHash
57 uint32_t v4 = QEMU_XXHASH_SEED - PRIME32_1; in qemu_xxhash8()
141 * v1 = seed + XXH_PRIME64_1 + XXH_PRIME64_2;
142 * v2 = seed + XXH_PRIME64_2;
143 * v3 = seed + 0;
144 * v4 = seed - XXH_PRIME64_1;
153 * h64 = seed + XXH_PRIME64_5;
221 uint64_t v4 = QEMU_XXHASH_SEED - XXH_PRIME64_1; in qemu_xxhash64_4()