Searched defs:kPrime (Results 1 – 7 of 7) sorted by relevance
50 static const absl::uint128 kPrime = in IncrementalHashFast() local68 static const absl::uint128 kPrime = absl::MakeUint128(16777216, 315); in IncrementalHashSlow() local91 static const uint64_t kPrime = UINT64_C(1099511628211); in FNV1a_64_Hash() local
90 const absl::uint128 kPrime = absl::MakeUint128(16777216, 315); in IncrementalHashReference() local
240 static const uint32_t kPrime = 16777619u; in OPENSSL_hash32() local
374 static const uint32_t kPrime = 16777619u; in OPENSSL_hash32() local
35 static const uint16_t kPrime = 3329; variable