Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/extensions/pdt/
Dpdt.h133 return p.first + p.second * kPrime; in operator()
137 static const size_t kPrime; variable
149 const size_t PdtStack<T, L>::kPrime = 7853;
183 return tuple.state_id + tuple.stack_id * kPrime; in operator()
187 static const size_t kPrime;
191 const size_t PdtStateHash<T>::kPrime = 7853;
Dcollection.h54 return n.node_id + hash_(n.element) * kPrime; in operator()
109 static const size_t kPrime; variable
119 template <class I, class T> const size_t Collection<I, T>::kPrime = 7853;
Dreplace.h36 return p.first + p.second * kPrime; in operator()
39 static const size_t kPrime = 7853;
42 template <typename S> const size_t ReplaceParenHash<S>::kPrime;
Dparen.h55 return p.paren_id + p.state_id * kPrime; in operator()
80 static const size_t kPrime;
84 const size_t ParenState<A>::kPrime = 7853;
/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/chromium_org/third_party/boringssl/src/crypto/
Dmem.c130 static const uint32_t kPrime = 16777619u; in OPENSSL_hash32() local
139 h *= kPrime; in OPENSSL_hash32()
/external/openfst/src/include/fst/
Dfactor-weight.h348 static const size_t kPrime = 7853;
362 return static_cast<size_t>(x.state * kPrime + x.weight.Hash()); in operator()
383 template <class A, class F> const size_t FactorWeightFstImpl<A, F>::kPrime;
/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;