Searched refs:kPrime (Results 1 – 4 of 4) sorted by relevance
26 static const uint64 kPrime = GG_UINT64_C(1099511628211); in FNV1a_64_Hash() local34 hash = hash * kPrime; in FNV1a_64_Hash()45 const uint128 kPrime(16777216, 315); in FNV1a_128_Hash() local56 hash = hash * kPrime; in FNV1a_128_Hash()
72 static const int kPrime = 7853; variable84 int lshift = x->ilabel % kPrime; in operator()
305 return static_cast<size_t>(x.state * kPrime + x.weight.Hash()); in operator()308 static const int kPrime = 7853;
434 int lshift = element.state_id % kPrime; in operator()444 static const int kPrime = sizeof(size_t) == 8 ? 23 : 13;