OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kPrime
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/
mem.c
130
static const uint32_t
kPrime
= 16777619u;
139
h *=
kPrime
;
/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
26
static const uint64
kPrime
= GG_UINT64_C(1099511628211);
34
hash = hash *
kPrime
;
45
const uint128
kPrime
(16777216, 315);
56
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
;
Completed in 275 milliseconds