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

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

Completed in 232 milliseconds