OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashbig
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/
hash.c
11
hash_word(), hashlittle(), hashlittle2(),
hashbig
(), mix(), and final()
16
You probably want to use hashlittle(). hashlittle() and
hashbig
()
17
hash byte arrays. hashlittle() is is faster than
hashbig
() on
347
*
hashbig
():
349
* from hashlittle() on all machines.
hashbig
() takes advantage of
352
static uint32_t
hashbig
( const void *key, size_t length, uint32_t *val2)
function
479
return
hashbig
(key, length, &base);
/system/extras/ksmutils/
lookup3.c
6
hashword(), hashlittle(), hashlittle2(),
hashbig
(), mix(), and final()
11
You probably want to use hashlittle(). hashlittle() and
hashbig
()
12
hash byte arrays. hashlittle() is is faster than
hashbig
() on
168
machines, and identical to
hashbig
() on big-endian machines,
642
*
hashbig
():
644
* from hashlittle() on all machines.
hashbig
() takes advantage of
647
uint32_t
hashbig
( const void *key, size_t length, uint32_t initval)
function
[
all
...]
Completed in 909 milliseconds