Searched refs:hashbig (Results 1 - 1 of 1) sorted by relevance

/system/extras/ksmutils/
H A Dlookup3.c6 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,
640 * hashbig():
642 * from hashlittle() on all machines. hashbig() takes advantage of
645 uint32_t hashbig( const void *key, size_t length, uint32_t initval) function

Completed in 66 milliseconds