Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_utils.cc26 static const uint64 kPrime = GG_UINT64_C(1099511628211); in FNV1a_64_Hash() local
34 hash = hash * kPrime; in FNV1a_64_Hash()
45 const uint128 kPrime(16777216, 315); in FNV1a_128_Hash() local
56 hash = hash * kPrime; in FNV1a_128_Hash()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dencode.h72 static const int kPrime = 7853; variable
84 int lshift = x->ilabel % kPrime; in operator()
Dfactor-weight.h305 return static_cast<size_t>(x.state * kPrime + x.weight.Hash()); in operator()
308 static const int kPrime = 7853;
Ddeterminize.h434 int lshift = element.state_id % kPrime; in operator()
444 static const int kPrime = sizeof(size_t) == 8 ? 23 : 13;