HomeSort by relevance Sort by last modified time
    Searched refs:kPrime (Results 1 - 9 of 9) sorted by null

  /external/openfst/src/include/fst/extensions/pdt/
collection.h 54 return n.node_id + hash_(n.element) * kPrime;
109 static const size_t kPrime;
119 template <class I, class T> const size_t Collection<I, T>::kPrime = 7853;
pdt.h 133 return p.first + p.second * kPrime;
137 static const size_t kPrime;
149 const size_t PdtStack<T, L>::kPrime = 7853;
183 return tuple.state_id + tuple.stack_id * kPrime;
187 static const size_t kPrime;
191 const size_t PdtStateHash<T>::kPrime = 7853;
replace.h 36 return p.first + p.second * kPrime;
39 static const size_t kPrime = 7853;
42 template <typename S> const size_t ReplaceParenHash<S>::kPrime;
paren.h 55 return p.paren_id + p.state_id * kPrime;
80 static const size_t kPrime;
84 const size_t ParenState<A>::kPrime = 7853;
  /external/chromium_org/net/quic/
quic_utils.cc 22 static const uint64 kPrime = GG_UINT64_C(1099511628211);
30 hash = hash * kPrime;
41 const uint128 kPrime(16777216, 315);
52 hash = hash * kPrime;
  /external/openfst/src/include/fst/
factor-weight.h 348 static const size_t kPrime = 7853;
362 return static_cast<size_t>(x.state * kPrime + x.weight.Hash());
383 template <class A, class F> const size_t FactorWeightFstImpl<A, F>::kPrime;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 72 static const int kPrime = 7853;
84 int lshift = x->ilabel % kPrime;
factor-weight.h 307 return static_cast<size_t>(x.state * kPrime + x.weight.Hash());
310 static const int kPrime = 7853;
determinize.h 434 int lshift = element.state_id % kPrime;
444 static const int kPrime = sizeof(size_t) == 8 ? 23 : 13;

Completed in 258 milliseconds