OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashword
(Results
1 - 3
of
3
) sorted by null
/system/extras/ksmutils/
lookup3.c
6
hashword
(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
26
4-byte integers to hash, use
hashword
(). If you have a byte array (like
167
The function
hashword
() is identical to hashlittle() on little-endian
170
bytes. hashlittle() is more complicated than
hashword
() only because
174
uint32_t
hashword
(
function
212
hashword2() -- same as
hashword
(), but take two seeds and return two
215
(*pc) will be the same as the return value from
hashword
().
643
* This is the same as
hashword
() on big-endian machines. It is different
882
hashword
((const uint32_t *)q, (sizeof(q)-1)/4, 13),
883
hashword
((const uint32_t *)q, (sizeof(q)-5)/4, 13)
[
all
...]
ksminfo.c
67
extern uint32_t
hashword
(const uint32_t *, size_t, int32_t);
259
hash =
hashword
(data, pm_kernel_pagesize(ker) / sizeof(*data), 17);
/external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp
706
//
hashword
() was adapted from http://www.burtleburtle.net, by Bob
710
static inline uint32_t
hashword
(const uint64_t *k64, size_t length)
763
hash =
hashword
(pVal, getNumWords()*2);
[
all
...]
Completed in 79 milliseconds